diff options
author | Ben V. Brown <[email protected]> | 2017-08-30 21:42:01 +1000 |
---|---|---|
committer | Ben V. Brown <[email protected]> | 2017-09-12 12:59:06 +1000 |
commit | 347968e4ef601b810a2c65d3d106b756f2e9a98e (patch) | |
tree | 89ade8f32aa91652e990f5d5ececd9b4740d994e /.gitignore | |
parent | a766d1d779e805f24d90427f71c6a6fa82dc394f (diff) | |
download | IronOS-347968e4ef601b810a2c65d3d106b756f2e9a98e.tar.gz IronOS-347968e4ef601b810a2c65d3d106b756f2e9a98e.zip |
Fillout settings functions
Settings menu works
Movement working & TMP calibrated
Tip reading sensibily
Accuracy seems ok
Trimmed down overshoot by biasing integral
Saving to flash working, detailed idle
Sleep mode
Description scrolls
Building for DFU working
Motion detection update
Use manual alg instead, using highpass filter, then sum current change vs rolling average
Re-shuffle the pwm code organisation
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -40,4 +40,5 @@ workspace/ts100/.cproject TS100/KiCad/TS100.bak Logo GUI/TS100 Logo Editor/TS100 Logo Editor/obj/ Logo GUI/TS100 Logo Editor/TS100 Logo Editor/bin/ -workspace/ts100/ts100.xml
\ No newline at end of file +workspace/ts100/ts100.xml +workspace/ts100_old/* |