nrf5: Adding new config for ADC module in mpconfigport.h.
This commit is contained in:
parent
0edf96fba6
commit
6e6f139868
|
@ -104,6 +104,10 @@
|
|||
#define MICROPY_PY_MACHINE_SPI_MIN_DELAY (0)
|
||||
#define MICROPY_PY_FRAMEBUF (0)
|
||||
|
||||
#ifndef MICROPY_PY_MACHINE_ADC
|
||||
#define MICROPY_PY_MACHINE_ADC (0)
|
||||
#endif
|
||||
|
||||
#ifndef MICROPY_PY_MACHINE_HW_I2C
|
||||
#define MICROPY_PY_MACHINE_HW_I2C (0)
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue