Skip to content

Tools

Compare
Choose a tag to compare
@junhuanchen junhuanchen released this 16 Oct 09:27
· 133 commits to master since this release
  1. On the official

    It provides additional support for the following functions

    1. microbit
      1. pins
      2. display(Image)
      3. music
      4. button
      5. accelerometer
      6. compass
    2. piexl
    3. mpu9250
  2. network

    1. wifi

    2. smartconfig

    3. mdns(lobo)

    4. webdav(mongoose)

Everything is provided in git except for code built into the firmware

2018-10-17

  1. fix Auto Tools throw exception ouput, and support win7.

2018-11-01

  1. add requests.
  2. fix midi music.

2018-11-22

  1. Compatible with different hardware versions
  2. Only the magnetometer cannot be used.

2018-11-26

  1. support ftp server. see ftp_server.py
  2. fix music.
  3. add https://microwebsrv.hc2.fr/

2018-12-10

  1. fix 1.2 and 1.4 Mpu Automatic discrimination. (but 1.2 no compass)
  2. fix multi channel Pwm output.

2019-02-04

  1. build-in MicroPython SSD1306 OLED driver, I2C and SPI interfaces.
  2. timer changed to https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo/wiki/timer.

Last update 2019-03-12

  1. rebase