Lasha AreshidzeMar 11, 20191 min readArduino Flower | Lasha AHere is the code used. #include <Servo.h> int sensorPin = A0; int servoPin = 9; int sensorValue = 0; int servoGrad = 90; int tolerance =...
Twinkle DesaiMar 7, 20191 min read[Arduino Quiz] Sunflower#include <Servo.h> int sensorPin = A0; int servoPin = 9; int sensorValue = 0; int servoGrad = 90; int tolerance = 40; Servo myservo;...
Emre EsgunMar 6, 20191 min readArduino Quiz 3 - Emre#include <Servo.h> int sensorPin = A0; int servoPin = 9; int sensorValue = 0; int servoGrad = 90; int tolerance = 40; Servo myservo; ...
Sophia ChanMar 6, 20191 min read[Arduino Quiz 3] Sophia#include <Servo.h> int sensorPin = A0; int servoPin = 9; int sensorValue = 0; int servoGrad = 90; int tolerance = 40; Servo myservo;...
Shivan PatelMar 6, 20191 min readQuiz 3_Sunflower#include <Servo.h> int sensorPin = A0; int servoPin = 9; int sensorValue = 0; int servoGrad = 90; int tolerance = 40; Servo myservo;...
Twinkle DesaiMar 4, 20191 min read[Arduino Sound & Light Quiz]#include "pitch.h" #define ACTIVATED LOW const int SOUND = 11; const int BUTTON_C = 6; const int BUTTON_AS = 4; const int BUTTON_A = 3;...