├── LICENSE ├── README.md ├── examples ├── Battery │ └── Battery.ino ├── Battery_OMGS3 │ └── Battery_OMGS3.ino ├── LED │ └── LED.ino └── LightSensor │ └── LightSensor.ino ├── library.properties └── src └── UMS3.h /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnexpectedMaker/esp32s3-arduino-helper/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnexpectedMaker/esp32s3-arduino-helper/HEAD/README.md -------------------------------------------------------------------------------- /examples/Battery/Battery.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnexpectedMaker/esp32s3-arduino-helper/HEAD/examples/Battery/Battery.ino -------------------------------------------------------------------------------- /examples/Battery_OMGS3/Battery_OMGS3.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnexpectedMaker/esp32s3-arduino-helper/HEAD/examples/Battery_OMGS3/Battery_OMGS3.ino -------------------------------------------------------------------------------- /examples/LED/LED.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnexpectedMaker/esp32s3-arduino-helper/HEAD/examples/LED/LED.ino -------------------------------------------------------------------------------- /examples/LightSensor/LightSensor.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnexpectedMaker/esp32s3-arduino-helper/HEAD/examples/LightSensor/LightSensor.ino -------------------------------------------------------------------------------- /library.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnexpectedMaker/esp32s3-arduino-helper/HEAD/library.properties -------------------------------------------------------------------------------- /src/UMS3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnexpectedMaker/esp32s3-arduino-helper/HEAD/src/UMS3.h --------------------------------------------------------------------------------