Pinmode(Pin_I2C_Power, Input) - Adafruit ESP32-S3 Manual

Tft feather
Table of Contents

Advertisement

pinMode(PIN_I2C_POWER, INPUT);

delay(1);
bool polarity = digitalRead(PIN_I2C_POWER);
pinMode(PIN_I2C_POWER, OUTPUT);
digitalWrite(PIN_I2C_POWER, !polarity);
#endif
}
void printWifiStatus() {
// print the SSID of the network you're attached to:
Serial.print("SSID: ");
Serial.println(WiFi.SSID());
// print your board's IP address:
IPAddress ip = WiFi.localIP();
Serial.print("IP Address: ");
Serial.println(ip);
// print the received signal strength:
long rssi = WiFi.RSSI();
Serial.print("signal strength (RSSI):");
Serial.print(rssi);
Serial.println(" dBm");
}
By default it will connect to to the Twitter banner image API, parse the username and
followers, and display them.
Usage with Adafruit IO
The ESP32-S2/S3 is an affordable, all-in-one, option for connecting your projects to
the internet
using our IoT platform, Adafruit
For more information and guides about Adafruit IO, check out the
Basics
Series. ()
©Adafruit Industries
IO ().
Adafruit IO
Page 222 of 263

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the ESP32-S3 and is the answer not in the manual?

Table of Contents

Save PDF