micropython/esp8266/scripts
Damien George 9fba618356 esp8266/modules: Split onewire.py into OneWire and DS18X20 driver.
The OneWire class is now in its own onewire.py module, and the temperature
sensor class is in its own ds18x20.py module.  The latter is renamed to
DS18X20 to reflect the fact that it will support both the "S" and "B"
variants of the device.

These files are moved to the modules/ subdirectory to take advantage of
frozen bytecode.
2016-08-29 12:12:49 +10:00
..
apa102.py esp8266: Add APA102 serial individually controllable LEDs support. 2016-05-19 22:29:11 +03:00
dht.py esp8266: Add dht.py script for high-level control of DHT11/DHT22 sensor. 2016-05-26 17:13:03 +01:00
inisetup.py esp8266/scripts/inisetup: Add commented-out call to esp.osdebug(None). 2016-08-06 15:27:38 +03:00
neopixel.py esp8266/scripts/: Add fill() to NeoPixel 2016-05-07 21:15:33 +03:00
ntptime.py esp8266/scripts/ntptime: Allow to override NTP server. 2016-05-30 19:16:05 +03:00
port_diag.py esp8266/scripts/port_diag.py: Include esp.check_fw() call. 2016-08-04 00:43:58 +03:00
websocket_helper.py esp8266/websocket_helper.py: Fix typo in debug output. 2016-06-30 13:34:58 +03:00