Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | all: Reformat C and Python source code with tools/codeformat.py. | Damien George | 2020-02-28 |
| | | | | This is run with uncrustify 0.70.1, and black 19.10b0. | ||
* | examples/accellog.py: Shift long comments to their own line. | Damien George | 2020-02-28 |
| | | | | To improve interaction with black formatter. | ||
* | examples/accellog.py: Change 1: to /sd/, and update comment about FS. | Damien George | 2016-11-18 |
| | |||
* | updated to fit new acceleration and time/millis | Sebastian Plamauer | 2014-05-04 |
| | | | | 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. | ||
* | Add some example scripts for pyboard (some can run on PC). | Damien George | 2014-01-07 |