summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/boards/STM32F4DISC/staccel.py
Commit message (Collapse)AuthorAge
* drivers: Add "from micropython import const" when const is used.Damien George2016-11-03
| | | | | Following best-practice use of the const feature, to make it compatible with Python.
* Add LIS3DSH accelometer support to staccel.pyHirotaka Kawata2014-09-11
|
* stmhal, STM32F4DISC: Small changes to ST accel driver.Damien George2014-08-26
|
* stmhal, staccel.py: Style cleanup.Damien George2014-08-26
|
* Added LIS302DL ID checkDavid Siorpaes2014-08-26
|
* stmhal: Working STM32F4DISC accelerometer, via Python script.Damien George2014-08-10
| | | | Thanks to David Siorpaes.
* stmhal: Add preliminary driver for ST32F4DISC accelerometer.Damien George2014-08-02
Written in Python, not currently working. See issue #725.