summaryrefslogtreecommitdiff
path: root/examples/accel_i2c.py
AgeCommit message (Collapse)Author
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
This is run with uncrustify 0.70.1, and black 19.10b0.
2015-11-29examples/accel_i2c.py: Switch to "machine" module.Paul Sokolovsky
2015-10-28examples: Add example of I2C usage, taking PyBoard accelerometer as subject.Paul Sokolovsky