adafruit / Adafruit_CircuitPython_ESP_ATcontrol

Use the ESP AT command sent to communicate with the Interwebs
MIT License
20 stars 17 forks source link

added deep_sleep() #60

Closed bablokb closed 2 years ago

bablokb commented 2 years ago

This adds the method deep_sleep(ms).

Tested with Pi Pico, see for example https://github.com/bablokb/pico-esp01.

Implements #14