working
This commit is contained in:
@ -18,8 +18,8 @@ void setup() {
|
||||
}
|
||||
|
||||
uint8_t portArray[] = {16, 5, 4, 0, 2, 14, 12, 13};
|
||||
//String portMap[] = {"D0", "D1", "D2", "D3", "D4", "D5", "D6", "D7"}; //for Wemos
|
||||
String portMap[] = {"GPIO16", "GPIO5", "GPIO4", "GPIO0", "GPIO2", "GPIO14", "GPIO12", "GPIO13"};
|
||||
String portMap[] = {"D0", "D1", "D2", "D3", "D4", "D5", "D6", "D7"}; //for Wemos
|
||||
//String portMap[] = {"GPIO16", "GPIO5", "GPIO4", "GPIO0", "GPIO2", "GPIO14", "GPIO12", "GPIO13"};
|
||||
|
||||
|
||||
void check_if_exist_I2C() {
|
||||
|
||||
Reference in New Issue
Block a user