Skip to content

Commit

Permalink
samd: Support MICROPY_HW_SOFTSPI_MIN_DELAY.
Browse files Browse the repository at this point in the history
Bringing the SoftSPI baudrate up to about 500 kHz.
  • Loading branch information
robert-hh committed Nov 11, 2022
1 parent 389c24b commit 5ea4230
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ports/samd/mpconfigport.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@
#define MICROPY_PY_MACHINE_SOFTI2C (1)
#define MICROPY_PY_MACHINE_SPI (1)
#define MICROPY_PY_MACHINE_SOFTSPI (1)
#define MICROPY_HW_SOFTSPI_MIN_DELAY (1)
#define MICROPY_HW_SOFTSPI_MAX_BAUDRATE (1000000)
#define MICROPY_PY_MACHINE_TIMER (1)
#define MICROPY_PY_OS_DUPTERM (3)
#define MICROPY_PY_MACHINE_BITSTREAM (1)
Expand Down

0 comments on commit 5ea4230

Please sign in to comment.