Search found 1 match

by matt@mashfield.com
Wed Nov 15, 2017 10:05 pm
Forum: General Discussion
Topic: Silent Relay connected to esp-wroom-32
Replies: 1
Views: 3010

Silent Relay connected to esp-wroom-32

Hi, Newbee enthusiast here - hope my questions not lame I have a doit esp-wroom-32 dev board and I am playing with relays. my code is simple: void setup() { // put your setup code here, to run once: digitalWrite(5,HIGH); delay(10); pinMode(5,OUTPUT); } void loop() { // put your main code here, to ru...