Moderator: igrr
This project looks great to me as a starting ESP user! I may have overlooked, but is there any schematic, how to connect the ESP 12 to SDA and SCL?
Hans
Middelbh wrote:Dans,
This project looks great to me as a starting ESP user! I may have overlooked, but is there any schematic, how to connect the ESP 12 to SDA and SCL?
Hans
use any gpio pin, and set in source you pin
//Wire.pins(int sda, int scl), etc
Wire.pins(0, 2); // gpio0 and 2