diff options
author | Ben V. Brown <[email protected]> | 2018-03-03 15:43:10 +1100 |
---|---|---|
committer | GitHub <[email protected]> | 2018-03-03 15:43:10 +1100 |
commit | aef8f5f5bb358c1531859ab687dff9c975d7e434 (patch) | |
tree | 6ac3242e2e08f95dffd98734903c91c1b7d03c17 /.gitignore | |
parent | 3ce0cc0d996cd3a59368f040993d66f83b44f12f (diff) | |
download | IronOS-aef8f5f5bb358c1531859ab687dff9c975d7e434.tar.gz IronOS-aef8f5f5bb358c1531859ab687dff9c975d7e434.zip |
LIS2DH - Adding support for the new accelerometer (#216)
+ Creates a new driver for the LIS2DH accelerometer
+ Fixes timing issues since we're already touching a chunk of code
The LIS2DH driver should output similar numbers to the old MMA accelerometer.
Fixes #202
Fixes #189
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -43,3 +43,4 @@ Logo GUI/TS100 Logo Editor/TS100 Logo Editor/bin/ workspace/ts100/ts100.xml workspace/ts100_old/* *.cache +workspace/TS100/.settings/language.settings.xml |