Please Help

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.

Can you check that project link please?
I can't see it.

Meantime, post your code and the error message, both in code tags, please.

Edit: Just delete the line that says "Logan Ritten" and recompile. Report back.
The correct link is this

Also, see this - always worth reading the comments before starting a project

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.