Security Lock

Viewing All Docs

Title
Arduino use

Above is the code used to program the Arduino. The user inputs a code in which the Arduino sends a […]

Author: Author
Security Lock Coding

#include <Servo.h> //Getting the Servo library Servo myservo; //Initializing servo as myservo int code[] = {0, 0, 0, 0}; //This […]

Author: Author
Viewing 1-2 (of 2 total)