summaryrefslogtreecommitdiffstats
path: root/movement/watch_faces/sensor
Commit message (Collapse)AuthorAgeFilesLines
* WIP phototransistor stuffjoeycastillo2023-02-012-0/+160
|
* restore old light button behaviorJeremy O'Brien2023-01-271-0/+3
| | | | | watch faces that handle EVENT_LIGHT_BUTTON_UP but not EVENT_LIGHT_BUTTON_DOWN probably don't want the default EVENT_LIGHT_BUTTON_DOWN LED activation behavior
* add default loop handler to all current watch facesJeremy O'Brien2023-01-254-15/+4
|
* fix warning re: buffer overrunJoey Castillo2022-05-091-1/+1
|
* Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into motion-expressJoey Castillo2022-05-023-1/+132
|\
| * thermistor readout: fix change in units when waking from sleepJoey Castillo2022-04-021-1/+1
| |
| * movement: add thermistor testing watch faceJoey Castillo2022-04-022-0/+131
| |
* | documentation fixJoey Castillo2022-02-201-3/+3
| |
* | documentation fixJoey Castillo2022-02-201-1/+1
| |
* | respect countdown length when repeatingJoey Castillo2022-02-191-1/+1
| |
* | repeating mode, disable readings when fullJoey Castillo2022-02-191-15/+37
| |
* | working data acquisition face!Joey Castillo2022-02-192-98/+157
| |
* | connect training data face to accelerometerJoey Castillo2022-02-192-17/+104
| |
* | documentation and suchJoey Castillo2022-02-192-14/+14
| |
* | lis2dw: reasonable defaults when initializingJoey Castillo2022-02-191-2/+10
| |
* | stuff parameters into the bits we're not usingJoey Castillo2022-02-192-4/+18
| |
* | movement: WIP app for capturing accelerometer dataJoey Castillo2022-02-182-0/+401
|/
* movement: move thermistor to 'sensor' watch facesJoey Castillo2022-02-174-0/+341