Tools
-
On the official
It provides additional support for the following functions
- microbit
- pins
- display(Image)
- music
- button
- accelerometer
- compass
- piexl
- mpu9250
- microbit
-
network
-
wifi
-
smartconfig
-
mdns(lobo)
-
webdav(mongoose)
-
Everything is provided in git except for code built into the firmware
2018-10-17
- fix Auto Tools throw exception ouput, and support win7.
2018-11-01
- add requests.
- fix midi music.
2018-11-22
- Compatible with different hardware versions
- Only the magnetometer cannot be used.
2018-11-26
- support ftp server. see ftp_server.py
- fix music.
- add https://microwebsrv.hc2.fr/
2018-12-10
- fix 1.2 and 1.4 Mpu Automatic discrimination. (but 1.2 no compass)
- fix multi channel Pwm output.
2019-02-04
- build-in MicroPython SSD1306 OLED driver, I2C and SPI interfaces.
- timer changed to https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo/wiki/timer.
Last update 2019-03-12
- rebase