summaryrefslogtreecommitdiff
path: root/shared-module/busio/I2C.c
AgeCommit message (Collapse)Author
2021-03-15run code formatting scriptmicroDev
2018-05-13 add timeout keyword to I2C - for bitbangio - ignored for busioJerry Needell
2017-10-03Do not allow a *io object to be used after deinit().Dan Halbert
Fixes #278, #277, #276, #275.
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.