The touch sensor is connected to D3 and we attach an LED to D13 Code [c] #define TOUCH_SENSOR 3 //the touch sensor is connected to D3 int led = 13; // pin for the LED void setup() { pinMode(led, …
The touch sensor is connected to D3 and we attach an LED to D13 Code [c] #define TOUCH_SENSOR 3 //the touch sensor is connected to D3 int led = 13; // pin for the LED void setup() { pinMode(led, …