Re NFC pins, I noticed that I failed to comment out:
'DEFINES+=-DHAL_NFC_ENGINEERING_BC_FTPANÂ_WORKAROUND=1',
in the BOARD file. I'll rebuild and try pin D09 again.
Well, that wasn't sufficient, however, adding:
'DEFINES+=-DCONFIG_NFCT_PINS_AS_GPIOS', # disable NFC pins to enable as GPIO
Did work. D09 and D10 are now freed up to be used as GPIO!
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Well, that wasn't sufficient, however, adding:
Did work. D09 and D10 are now freed up to be used as GPIO!