Search found 1 match

by WingNut
Thu Sep 06, 2018 7:30 pm
Forum: ESP32 Related
Topic: yield function????
Replies: 1
Views: 3140

yield function????

Hi, I wrote some code for Arduino Uno, and it work great. I changed the board from the Uno to the ezSBC (ESP32) and now I get this error. I don't understand where the function is coming from as i use it or any Delay functions. #include "HX711.h" #define DOUT 3 #define CLK 2 float seed = -3...