renesas-ra/machine_timer: Use extmod version of machine.Timer.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George
2022-10-27 14:44:12 +11:00
parent 98cbace299
commit 0159085666
3 changed files with 1 additions and 147 deletions

View File

@@ -119,6 +119,7 @@
#define MICROPY_PY_MACHINE_SPI_MSB (SPI_FIRSTBIT_MSB)
#define MICROPY_PY_MACHINE_SPI_LSB (SPI_FIRSTBIT_LSB)
#define MICROPY_PY_MACHINE_SOFTSPI (1)
#define MICROPY_PY_MACHINE_TIMER (1)
#endif
#define MICROPY_HW_SOFTSPI_MIN_DELAY (0)
#define MICROPY_HW_SOFTSPI_MAX_BAUDRATE (48000000 / 48)