nrf5: Adding new config for ADC module in mpconfigport.h.

This commit is contained in:
Glenn Ruben Bakke 2017-01-11 17:18:54 +01:00
parent 0edf96fba6
commit 6e6f139868
1 changed files with 4 additions and 0 deletions

View File

@ -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