add neopixel support for Thingy:52

This commit is contained in:
Gordon Williams 2018-11-06 16:24:59 +00:00
parent b6cdfd270c
commit 935d068f67

View File

@ -32,7 +32,8 @@ info = {
'BLUETOOTH', 'BLUETOOTH',
# 'NET', # 'NET',
'GRAPHICS', 'GRAPHICS',
'NFC' 'NFC',
'NEOPIXEL'
], ],
'makefile' : [ 'makefile' : [
'DEFINES+=-DHAL_NFC_ENGINEERING_BC_FTPAN_WORKAROUND=1', # Looks like proper production nRF52s had this issue 'DEFINES+=-DHAL_NFC_ENGINEERING_BC_FTPAN_WORKAROUND=1', # Looks like proper production nRF52s had this issue