diff --git a/README.md b/README.md index 44b2a1d..7785b0c 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ _ESP32-S3 Module embeded on Arduino Uno board_ ![ESP32-S3 Arduino Uno](https://github.com/alexandrebobkov/ESP32-S3_Arduino-Uno/blob/main/assets/ESP32-Uno-Board-v2.png) ```code Python +import esp, esp32, time, os, _thread +from machine import Pin, SoftI2C, I2C +from ina219 import INA219 ```