diff options
author | Ben V. Brown <[email protected]> | 2018-09-17 22:18:39 +1000 |
---|---|---|
committer | GitHub <[email protected]> | 2018-09-17 22:18:39 +1000 |
commit | 056353ed6ac98e68ce5c43377e85f42a173f9a0b (patch) | |
tree | e210ecfd0afdaded9d1e1176bf61e2224819f289 /.gitignore | |
parent | b3947ccc1c3028fd595ad480f802c99f5bd84d8d (diff) | |
download | IronOS-056353ed6ac98e68ce5c43377e85f42a173f9a0b.tar.gz IronOS-056353ed6ac98e68ce5c43377e85f42a173f9a0b.zip |
Adding adc2 & new temperature calibration proceedures. [WiP] (#361)
* Add rough calls to ADC2 [untested]
* Using dual ADC injected modes
* Start both ADCs
* Move some IRQ's to ram exec
* Stabilize PID a bit more
* Add in ideas for tip type selection
* Add tiptype formula / settings struct
* Add function ids to the settings menu
* Rough tip selection
* Rough out new cal routine for simple tips
* Hardware test is fairly close for first pass
* Add Simple calibration case [UNTESTED]
This adds the calibration option that uses boiling water to the calibration menu.
This is untested, and may need gain adjustments before use.
* Simple Cal Roughly working
* Rough out advanced cal
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -48,3 +48,4 @@ workspace/TS100A/Release/TS100A.map workspace/TS100A/Release/TS100A.list workspace/TS100A/Release/TS100A.hex workspace/TS100A/.settings/language.settings.xml +workspace/TS100A/.metadata/ |