Skip to content

Releases: xidameng/micropython_amebaD

V1.0.0 Release

04 Nov 14:36
Compare
Choose a tag to compare

RTL8722 MicroPython SDK - V1.0.0

This is an official release with features/updates as follows,

  • OS Support Windows and Linux
  • MicroPython functions and Python3 syntax support
  • Implemented REPL and terminal functions
  • Added Pin Mapping for RTL8722 EVB
  • Added perpharel helper modules:
    • GPIO
    • RTC
    • ADC
    • Time and Delay
    • PWM
    • Timer
    • UART
    • I2C
    • SPI
  • Added network helper modules:
    • WiFi
    • Socket

V0.0.2 Alpha Release #2 -- WiFi

20 Oct 08:12
Compare
Choose a tag to compare
Pre-release

-Bug fixes
-readme update
-WiFi function support:
1. WiFi scan
2. WiFi connect (with password)
3. WiFi Access Point mode

V0.0.1 Alpha Release #1 -- Peripheral

29 Sep 06:48
Compare
Choose a tag to compare
Pre-release
  • MicroPython functions and Python3 syntax support
  • Implemented REPL and terminal functions
  • Added Pin Mapping for RTL8722 EVB
  • Added perpharel helper modules:
    • GPIO
    • RTC
    • Time and Delay
    • PWM
    • Timer
    • UART
    • I2C
    • SPI