Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 389c24b commit 5ea4230Copy full SHA for 5ea4230
ports/samd/mpconfigport.h
@@ -93,6 +93,8 @@
93
#define MICROPY_PY_MACHINE_SOFTI2C (1)
94
#define MICROPY_PY_MACHINE_SPI (1)
95
#define MICROPY_PY_MACHINE_SOFTSPI (1)
96
+#define MICROPY_HW_SOFTSPI_MIN_DELAY (1)
97
+#define MICROPY_HW_SOFTSPI_MAX_BAUDRATE (1000000)
98
#define MICROPY_PY_MACHINE_TIMER (1)
99
#define MICROPY_PY_OS_DUPTERM (3)
100
#define MICROPY_PY_MACHINE_BITSTREAM (1)
0 commit comments