Update 'README.md'

This commit is contained in:
Maff 2018-05-31 16:35:51 +00:00
parent 3c6f1b2555
commit a20fdb7c71
1 changed files with 25 additions and 25 deletions

View File

@ -5,44 +5,44 @@ A MicroPython library which experts have described as "framework-adjacent" and "
Written to abstract away MicroPython board (ESP8266/ESP8285, ESP32, PyBoard, etc) specifics, and include support for all onboard hardware Written to abstract away MicroPython board (ESP8266/ESP8285, ESP32, PyBoard, etc) specifics, and include support for all onboard hardware
Currently, the library supports the following: Currently, the library supports the following:
* ESP8266-based boards: * ESP8266-based boards:
* * Generic * Generic
* * Generic "arduino-compatible" D1 board (may be marked R2, may not, but it'd still be R2) * Generic "arduino-compatible" D1 board (may be marked R2, may not, but it'd still be R2)
* * NodeMCU v1.0 (LOLINv3) dev boards * NodeMCU v1.0 (LOLINv3) dev boards
* * Heltec WiFi_Kit_8 * Heltec WiFi_Kit_8
* * TTGO-branded "gumstick"-style board with 128x32 SSD1306 OLED * TTGO-branded "gumstick"-style board with 128x32 SSD1306 OLED
* ESP32-based boards: * ESP32-based boards:
* * Generic * Generic
* * "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
* i2c abstraction with automatic setup * i2c abstraction with automatic setup
* 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 SHT21 (Temperature, Humidity)
* * i2c LM75A (Temperature) * i2c LM75A (Temperature)
Support is planned for the following: Support is planned for the following:
* nRF51-based boards supporting MicroPython: * nRF51-based boards supporting MicroPython:
* * BBC micro:bit * BBC micro:bit
* Expanded ESP8266-based board support * Expanded ESP8266-based board support
* Expanded ESP32-based board support * Expanded ESP32-based board support
* * Support for peripherals present in ESP32 * Support for peripherals present in ESP32
* * * Capacitive Touch * Capacitive Touch
* * * Hall-effect Sensor * Hall-effect Sensor
* * * Internal Temperature * Internal Temperature
* * * Bluetooth + Bluetooth Low Energy * Bluetooth + Bluetooth Low Energy
* Support for LoRa/LoRaWAN * Support for LoRa/LoRaWAN
* Improved WiFi automatic setup, possibly storing WiFi network details in flash and falling back to broadcasting AP if STA connection is impossible * Improved WiFi automatic setup, possibly storing WiFi network details in flash and falling back to broadcasting AP if STA connection is impossible
* 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) * i2c BME280 (Temperature, Humidity, Barometric Pressure)
* * TMP37 * TMP37
* Peripherals/Add-on boards * Peripherals/Add-on boards
* * GSM modems * GSM modems
* * * SMS * SMS
* * * Data * Data
* * GPS * GPS
* * * Time sync * Time sync
* * * Location * Location