hello there im building a coffee grinder timer with the uno i know lots about coffee little about arduino haha
im using this project from Github
arduino grinder timer
im having problems when i try to verify or load the sketch on GitHub readme it says
Copy the three libraries from the lib folder: "EEPROM, Encoder & DigoleSerial" to "Arduino\libraries" folder and restart arduino application
Open "Grinder_Timer.ino".
which ive done
but i get the same #include wire.h error as mentioned on the github issues page ive tried both methods mentioned to try and fix this
i edited #include "../Wire/Wire.h" to #include "Wire.h" in the DigoleSerial.h file
but get the same errors as timcoolguy on github
ive also tried to put all the files in the same folder as follows
ive made a new folder in the arduino library named Grinder_Timer_1_1 put in the EEPROM, Encoder & DigoleSeria files along with all the ino files from the folder named src but when i verify i get this error message about the encoder.h
Arduino: 1.8.5 (Windows 7), Board: "Arduino/Genuino Uno"
C:\Users\jimbean\Documents\Arduino\libraries\Grinder_Timer_1_1\Grinder_Timer_1_1\Grinder_Timer_1_1.ino:14:21: fatal error: Encoder.h: No such file or directory
#include <Encoder.h>
^
compilation terminated.
exit status 1
Error compiling for board Arduino/Genuino Uno.
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
any ideas on this would be greatly appreciated as im a little stuck in the water until i get the code loaded
this is a video of the project finished
arduino coffe grinder
many thanks jimbean ![]()

