Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-03 | drivers: Add "from micropython import const" when const is used. | Damien George | |
Following best-practice use of the const feature, to make it compatible with Python. | |||
2014-09-11 | Add LIS3DSH accelometer support to staccel.py | Hirotaka Kawata | |
2014-08-26 | stmhal, STM32F4DISC: Small changes to ST accel driver. | Damien George | |
2014-08-26 | stmhal, staccel.py: Style cleanup. | Damien George | |
2014-08-26 | Added LIS302DL ID check | David Siorpaes | |
2014-08-10 | stmhal: Working STM32F4DISC accelerometer, via Python script. | Damien George | |
Thanks to David Siorpaes. | |||
2014-08-02 | stmhal: Add preliminary driver for ST32F4DISC accelerometer. | Damien George | |
Written in Python, not currently working. See issue #725. |