Hi. I want to thank everyone on the forum who is willing to help us educators with remote learning. THANK YOU.
I am working with s student to trying a recreate this Arduino Locked Box (https://create.arduino.cc/projecthub/LoganSpace42/arduino-lock-box-0d52c0). We are using an Arduino Uno and have checked all of the wiring but now are stumbling with the code. We have installed the time library. and are now running into this error:
/Users/kevinlavigne/Documents/Arduino/lockbox_V1/lockbox_V1.ino: In function 'void loop()':
lockbox_V1:318:2: error: 'Logan' was not declared in this scope
Logan Ritten
^~~~~
Multiple libraries were found for "Servo.h"
Used: /Users/kevinlavigne/Documents/Arduino/libraries/Servo
Not used: /Applications/Arduino.app/Contents/Java/libraries/Servo
exit status 1
'Logan' was not declared in this scope
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
Any help would be appreciated. I am sure you have guessed we, students and I, are relatively new to coding and working with Arduino. But what a GREAT platform for REMOTE teaching of STEAM.
Thanks.