Sammy1Am / MoppyClassic

Moppy has been replaced with Moppy 2.0!
569 stars 190 forks source link

fatal error: TimerOne.h: No such file or directory #155

Closed 6829 closed 7 years ago

6829 commented 7 years ago

Im Not sure why im getting a error since i have TimerOne installed in the right directory. Here is the error code. C:\Users\KING\Documents\Arduino\Moppy\Moppy\Moppy.ino:1:22: fatal error: TimerOne.h: No such file or directory

include

                  ^

compilation terminated.

exit status 1 Error compiling for board Arduino/Genuino Uno. Invalid library found in C:\Users\KING\Documents\Arduino\libraries\examples: C:\Users\KING\Documents\Arduino\libraries\examples Invalid library found in C:\Users\KING\Documents\Arduino\libraries\examples: C:\Users\KING\Documents\Arduino\libraries\examples

Many Thanks, Hopefully will get it sorted

AmEv7Fam commented 7 years ago

http://playground.arduino.cc/Code/Timer1

Download -> TimerOne Google Code download

To install, simply unzip and put the files in Arduino/hardware/libraries/Timer1/

6829 commented 7 years ago

Hi I have tried that and still comes up with an error! Also i don't have a folder exactly like Arduino/hardware/libraries/Timer1/ Im quite confused :/

Arduino: 1.8.1 (Windows 10), Board: "Arduino/Genuino Uno"

C:\Users\KING\Documents\Arduino\Moppy\Moppy\Moppy.ino:1:22: fatal error: TimerOne.h: No such file or directory

include

                  ^

compilation terminated.

exit status 1 Error compiling for board Arduino/Genuino Uno.

Thanks :)

6829 commented 7 years ago

Im putting timer One in here: C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries I have also tried putting it in: C:\Users\KING\Documents\Arduino\libraries And it still comes up with the same thing!

Thanks

6829 commented 7 years ago

Its fine now , i fixed it :) Thanks for the help

poopoo1993 commented 7 years ago

Would you plz tell me that how did you fix it

DjoleBuk commented 6 years ago

Hello, yeah I have the same problem, do you remeber how did you fix it ?

thanks

6829 commented 6 years ago

Yes, well you go into this plugin search thing then put in timerone and download it then it works!

On 15 Nov 2017 10:15 a.m., "DjoleBuk" notifications@github.com wrote:

Hello, yeah I have the same problem, do you remeber how did you fix it ?

thanks

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/SammyIAm/Moppy/issues/155#issuecomment-344547653, or mute the thread https://github.com/notifications/unsubscribe-auth/AZI72Yck5S4c78y8wf-PiDN1kCzzea2tks5s2rnZgaJpZM4MaiDZ .

Sammy1Am commented 6 years ago

This is more of an Arduino IDE issue than Moppy question. You can find the TimerOne library here: https://playground.arduino.cc/Code/Timer1

Or in newer versions of the IDE, I believe it's available from the built-in library manager.