summaryrefslogtreecommitdiff
path: root/examples/accellog.py
AgeCommit message (Collapse)Author
2018-02-20Delete a bunch of docs, drivers and examples not relevant to CircuitPython.Scott Shawcroft
This fixes #345 and fixes #215.
2016-11-18examples/accellog.py: Change 1: to /sd/, and update comment about FS.Damien George
2014-05-04updated to fit new acceleration and time/millisSebastian Plamauer
Changed pyb.accel() and pyb.time() to the new pyb.Accel() object and pyb.millis() function. Also shortened the loop so the writing is finished before the USB connection messes things up.
2014-01-07Add some example scripts for pyboard (some can run on PC).Damien George