summaryrefslogtreecommitdiff
path: root/ports/nrf/pin.h
AgeCommit message (Collapse)Author
2018-08-26rename pin.h to nrf_pin.h to avoid conflict with Pin.hladyada
2018-06-20nrf: Simplify pin generation and definitionarturo182
This commit cleans up the pin generation code, all the pins and their AF (only ADC, for now) are specified in nrf52_af.csv and board use their own csv file to specify which pins are available on that board and if they have any special names.