remove unneeded globals file from repo, update todos
1 parent acb4ca9 commit d7d0abcfcd73c46a2153da049d98c74bf6119554
@tundra tundra authored on 14 Apr 2018
Showing 3 changed files
View
4
TODO
- Handle start/stop: Ensure rest to all zeros when done
- Generate compensation tables at startup based on low/hi range - perhaps limited by times <400ms
- Cleanup footswitch handling
- Handle start/stop: Ensure rest to all zeros when done
- Detect profile selection switch: Make sure it sets dimming properly
- Get rid of globals file from repo
- Speed up boot time by removing all unneeded boot activity
- Add compensation spreadsheet to repo
- Write docs:
 
- Startup sentinel
View
2
■■■
devtimer.py
# thermocouple. On a slow machine like the Pi Zero, we want to avoid
# unnecessary function calls, so we make these globally RW.
# So, shoot me ...
 
CURRENT_PROFILE = FILM #REALTIME
CURRENT_PROFILE = REALTIME
CURRENT_TEMP = TEMP_SENTINEL
 
# Operating globals
 
View
globals.py 100644 → 0