andreiva / simple-rssi-antenna-tracker

99 stars 33 forks source link

error: 'Timer' does not name a type #1

Open MoistNugget666 opened 7 years ago

andreiva commented 7 years ago

Hi, the problem is missing Timer.h library, you need to install it manually. Download ZIP file from here https://github.com/JChristensen/Timer then extract zip content in (assuming youre using windows) My Documents\Arduino\libraries\

There are several ways to install libraries, check out this video: https://www.youtube.com/watch?v=K1cIWCBKaUY

-Andrei

On Sun, Jan 8, 2017 at 4:47 PM, MoistNugget666 notifications@github.com wrote:

simple-rssi-antenna-tracker.ino:101: error: 'Timer' does not name a type simple-rssi-antenna-tracker.ino: In function 'void setup()': simple-rssi-antenna-tracker.ino:122: error: 'timer' was not declared in this scope simple-rssi-antenna-tracker.ino: In function 'void loop()': simple-rssi-antenna-tracker.ino:129: error: 'timer' was not declared in this scope hello, im fairly new to adruino programming and get this when i try to compile. any idea how to fix it?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/andreiva/simple-rssi-antenna-tracker/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/ABtNEMQ-lXgfPuoJn-uDhm_Mihb6AYAGks5rQPcGgaJpZM4LdtNV .

yoowicked commented 5 years ago

Need help here! I am using arduino1.0.5 and have installed the timer library but still having the same error message. Any advice to sort it out?

yoowicked commented 5 years ago

By the way, the video link in your comment is no longer available. Do you have another link? Thanks!

andreiva commented 5 years ago

Hi, just search YouTube "how to install libraries in adruino" or something similar. There should plenty of results.

On Dec 6, 2018 08:59, "yoowicked" notifications@github.com wrote:

By the way, the video link in your comment is no longer available. Do you have another link? Thanks!

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/andreiva/simple-rssi-antenna-tracker/issues/1#issuecomment-444768768, or mute the thread https://github.com/notifications/unsubscribe-auth/ABtNEHdngVj-orlfRdJBvW0o8JX9w2buks5u2MA0gaJpZM4LdtNV .