aboutsummaryrefslogtreecommitdiff
path: root/cc3200/mods/pybpin.c
AgeCommit message (Collapse)Author
2015-02-20cc3200: Add ADC module.danicampora
2015-02-13cc3200: Add I2C module. Only master mode is currently supported.danicampora
2015-02-09cc3200: Rename GPIO module to Pin.danicampora
This change helps making the cc3200 port API a bit closer to stmhal. The ramaining differences are due to the specific hardware details of each chip. One feature that has been deliberately disabled is the possibility to add custom names and custom pin mappings. Those features are nice and convenient, but in this port, code size is a major concern.