Ignore[code] #include "stm32f7xx.h" #include "stm32746g_discovery.h" static void SystemClock_Config(v...
Ignore[code] #include "TimerOne.h" int sensorValue; void setup() { Serial.begin(9600); Timer1...
Ignore[code] const int buttonPin = 2; const int ledPinRED = 13; const int ledPinYellow = 12; con...
Ignore[code] void loop() { digitalWrite(ledPin, Low); buttonState = digitalRead(buttonPin); if (bu...
Ignore[code] void loop() { buttonState = digitalRead(buttonPin); if (buttonState == HIGH) && (ledPin...
This user does not accept Private Messages