aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster/fsm-adc.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* reorganized project files (part 1)Selene ToyKeeper2023-11-021-112/+0
* made sleep voltage work on attiny1616 againSelene ToyKeeper2023-04-261-0/+4
* fixed bug behind K93_LOCKOUT_KLUDGE which could exit lockout in solid aux modeSelene ToyKeeper2023-04-251-0/+3
* switched the rest of FSM + Anduril to use SPDX license headersSelene ToyKeeper2023-04-171-23/+4
* reduced ROM by ~600 bytes by moving all eeprom config values to a "cfg" structSelene ToyKeeper2023-04-161-5/+17
* fast-blink the aux LED in standby when battery is lowSelene ToyKeeper2023-02-101-0/+4
* merged upstream fsm branch to get fix for laggy voltage readings on FW3ASelene ToyKeeper2020-09-141-1/+6
|\
| * attempt to fix laggy voltage readings right after waking, on FW3ASelene ToyKeeper2020-08-231-1/+6
* | added a voltage calibration / correction function, 7C from battcheck to confi...Selene ToyKeeper2020-07-311-0/+5
* | reduced ROM another 12+6 bytes with more non-volatile varsSelene ToyKeeper2020-07-301-2/+2
|/
* merged some misc fixes from pakutrai, cleaned up comments, removed unused sym...Selene ToyKeeper2020-03-161-9/+3
* the ADC sample count doesn't need to be 16-bit any more, and isn't really a c...Selene ToyKeeper2020-03-151-1/+1
* brute force method for reducing ADC noise -- average a ridiculous number of s...Selene ToyKeeper2020-02-051-1/+1
* saving state of ADC / WDT refactoring before doing more changes... what chan...Selene ToyKeeper2020-01-301-2/+2
* rewrote ADC code to use a continuous lowpass system on all measurements, to e...Selene ToyKeeper2020-01-291-4/+8
* fixed ADC code; measures and behaves correctly now, and is easier to read...Selene ToyKeeper2019-11-141-1/+3
* started refactoring ADC code to split voltage and temperature into their own ...Selene ToyKeeper2019-11-141-2/+4
* refactored how interrupts work...Selene ToyKeeper2019-11-141-1/+7
* merged a sanitized copy of the Emisar D4v2 branch; history summarized below:Selene ToyKeeper2019-08-051-1/+2
* Use separate voltage adjustment value for pin7 readings.Selene ToyKeeper2018-05-011-0/+4
* FSM: added ability to adjust temperature calibration in UI (lower-case therm_...Selene ToyKeeper2018-01-241-3/+4
* Work around issues related to ADC interrupt auto-triggering itself.Selene ToyKeeper2018-01-241-0/+1
* Slightly increased resolution of VOLTAGE_FUDGE_FACTOR.Selene ToyKeeper2017-09-221-2/+2
* Reworked thermal regulation.Selene ToyKeeper2017-09-091-0/+1
* Started a Meteor M43 clone UI.Selene ToyKeeper2017-08-311-1/+1
* Added thermal config mode... but I'm not sure if it's the right UI for this ...Selene ToyKeeper2017-08-281-1/+1
* Made 4bar and 8bar battcheck styles work.Selene ToyKeeper2017-08-251-0/+3
* Added battcheck mode to ramping-ui. It's bigger than I had hoped. :(Selene ToyKeeper2017-08-251-0/+6
* Added thermal regulation to SpaghettiMonster / Baton.Selene ToyKeeper2017-08-231-4/+37
* Completely reorganized SpaghettiMonster code into smaller logical pieces: fsm...Selene ToyKeeper2017-08-191-0/+40