update readme to reflect new developments
This commit is contained in:
parent
1eb9b0514b
commit
aed9e9541c
17
README.md
17
README.md
|
@ -15,12 +15,16 @@ Currently, the library supports the following:
|
||||||
* "WeMos" LOLIN32 dev board with 128x64 SSD1306 OLED
|
* "WeMos" LOLIN32 dev board with 128x64 SSD1306 OLED
|
||||||
* Heltec WiFi_Kit_32
|
* Heltec WiFi_Kit_32
|
||||||
* WiFi automatic setup where possible
|
* WiFi automatic setup where possible
|
||||||
|
* Multiple wifi networks configured in a config file
|
||||||
* i2c abstraction with automatic setup
|
* i2c abstraction with automatic setup
|
||||||
|
* OneWire abstraction
|
||||||
* SSD1306-based OLED display setup
|
* SSD1306-based OLED display setup
|
||||||
* Sensor abstraction support
|
* Sensor abstraction support
|
||||||
* OneWire DS18B20 (Temperature)
|
* OneWire DS18B20 (Temperature)
|
||||||
* i2c SHT21 (Temperature, Humidity)
|
* i2c BME280 (Temperature, Humidity, Pressure)
|
||||||
* i2c LM75A (Temperature)
|
* i2c LM75A (Temperature)
|
||||||
|
* i2c SHT21 (Temperature, Humidity)
|
||||||
|
* Very basic webserver class supporting route definitions
|
||||||
|
|
||||||
Support is planned for the following:
|
Support is planned for the following:
|
||||||
* nRF51-based boards supporting MicroPython:
|
* nRF51-based boards supporting MicroPython:
|
||||||
|
@ -37,8 +41,7 @@ Support is planned for the following:
|
||||||
* SPI abstraction with automatic setup
|
* SPI abstraction with automatic setup
|
||||||
* SPI Nokia 5110/3310 LCD display setup
|
* SPI Nokia 5110/3310 LCD display setup
|
||||||
* Sensors
|
* Sensors
|
||||||
* i2c BME280 (Temperature, Humidity, Barometric Pressure)
|
* TMP36
|
||||||
* TMP37
|
|
||||||
* Peripherals/Add-on boards
|
* Peripherals/Add-on boards
|
||||||
* GSM modems
|
* GSM modems
|
||||||
* SMS
|
* SMS
|
||||||
|
@ -46,3 +49,11 @@ Support is planned for the following:
|
||||||
* GPS
|
* GPS
|
||||||
* Time sync
|
* Time sync
|
||||||
* Location
|
* Location
|
||||||
|
* tinyWebServer
|
||||||
|
* Support for method-specific route definitions
|
||||||
|
* Support for HTTP methods other than GET
|
||||||
|
* Support for keep-alive
|
||||||
|
* Support for threading
|
||||||
|
* Automatic cleanup of sockets
|
||||||
|
* HTTP request header passthru to handler
|
||||||
|
* HTTP response header configuration by handler
|
||||||
|
|
Loading…
Reference in New Issue