summaryrefslogtreecommitdiff
path: root/shared-module/nativeio/I2C.h
AgeCommit message (Collapse)Author
2017-04-10Split up nativeio.0.9.4Scott Shawcroft
This was done to allow greatly granularity when deciding what functionality is built into each board's build. For example, this way pulseio can be omitted to allow for something else such as touchio.
2017-03-28esp8266: Change nativeio.I2C to use bitbangio under the hood rather than ↵Scott Shawcroft
throwing an error.