Releases: xidameng/micropython_amebaD
Releases · xidameng/micropython_amebaD
V1.0.0 Release
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
-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
- 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