mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 09:50:15 +01:00
This commit adds support for a new processor RA6M5. It also adds the following classes to the machine module: PWM, DAC, SDCard. Signed-off-by: mbedNoobNinja <novoltage@gmail.com>
4 lines
71 B
Python
4 lines
71 B
Python
include("$(MPY_DIR)/extmod/asyncio")
|
|
require("dht")
|
|
require("onewire")
|