update readme to reflect new developments

This commit is contained in:
Maff 2018-06-02 00:34:32 +01:00
parent 1eb9b0514b
commit aed9e9541c
1 changed files with 14 additions and 3 deletions

View File

@ -15,12 +15,16 @@ Currently, the library supports the following:
* "WeMos" LOLIN32 dev board with 128x64 SSD1306 OLED
* Heltec WiFi_Kit_32
* WiFi automatic setup where possible
* Multiple wifi networks configured in a config file
* i2c abstraction with automatic setup
* OneWire abstraction
* SSD1306-based OLED display setup
* Sensor abstraction support
* OneWire DS18B20 (Temperature)
* i2c SHT21 (Temperature, Humidity)
* i2c BME280 (Temperature, Humidity, Pressure)
* i2c LM75A (Temperature)
* i2c SHT21 (Temperature, Humidity)
* Very basic webserver class supporting route definitions
Support is planned for the following:
* nRF51-based boards supporting MicroPython:
@ -37,8 +41,7 @@ Support is planned for the following:
* SPI abstraction with automatic setup
* SPI Nokia 5110/3310 LCD display setup
* Sensors
* i2c BME280 (Temperature, Humidity, Barometric Pressure)
* TMP37
* TMP36
* Peripherals/Add-on boards
* GSM modems
* SMS
@ -46,3 +49,11 @@ Support is planned for the following:
* GPS
* Time sync
* 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