Search found 1 match
- Sun May 23, 2021 2:50 pm
- Forum: General Discussion
- Topic: continuous rebooting after including a library
- Replies: 0
- Views: 1291
continuous rebooting after including a library
hi, this is my first post. sorry for formatting in advance. im using an esp32-WROOM-32D using ardunio as my IDE Ive written code to control vibrating motors through a pot and leds mapped to the strength of the signal. here is the main code. ive my library name excluded int motor=13; int motor2=12; c...