Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sensor Watch Simulator (#35) | Alexsander Akers | 2022-01-25 | 1 | -44/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Put something on screen * Use the 32bit watch_date_time repr to pass from JS * Implement periodic callbacks * Clear display on enabling * Hook up watch_set_led_color() to SVG (green-only) * Make debug output full-width * Remove default Emscripten canvas * Implement sleep and button clicks * Fix time zone conversion bug in beats-time app * Clean up warnings * Fix pin levels * Set time zone to browser value (if available) * Add basic backup data saving * Silence format specifier warnings in both targets * Remove unnecessary, copied files * Use RTC pointer to clear callbacks (if available) * Use preprocessor define to avoid hardcoding MOVEMENT_NUM_FACES * Change each face to const preprocessor definition * Remove Intl.DateTimeFormat usage * Update shell.html title, header * Add touch start/end event handlers on SVG buttons * Update shell.html * Update folder structure (shared, simulator, hardware under watch-library) * Tease out shared components from watch_slcd * Clean up simulator watch_slcd.c inline JS calls * Fix missing newlines at end of file * Add simulator warnings (except format, unused-paremter) * Implement remaining watch_rtc functions * Fix button bug on mouse down then drag out * Implement remaining watch_slcd functions * Link keyboard events to buttons (for keys A, L, M) * Rewrite event handling (mouse, touch, keyboard) in C * Set explicit text UTF-8 charset in shell.html * Address PR comments * Remove unused directories from include paths | ||||
* | add utility function to check if TCC is enabled | Joey Castillo | 2021-12-21 | 1 | -0/+4 |
| | |||||
* | fix missing prototype warnings | Joey Castillo | 2021-12-10 | 1 | -1/+1 |
| | |||||
* | overdue refactor: compile all watch modules separately | Joey Castillo | 2021-09-28 | 1 | -12/+0 |
| | |||||
* | add method for detecting low battery | Joey Castillo | 2021-08-31 | 1 | -0/+15 |
| | |||||
* | external interrupt refactor: allow enabling in watch library functions | Joey Castillo | 2021-08-25 | 1 | -5/+0 |
| | |||||
* | refactor: break out different areas of functionality | Joey Castillo | 2021-08-23 | 1 | -625/+14 |
| | |||||
* | move debug uart methods, clarify license info | Joey Castillo | 2021-08-17 | 1 | -0/+88 |
| | |||||
* | led tweaks | Joey Castillo | 2021-08-14 | 1 | -2/+5 |
| | |||||
* | add API for playing sounds from the buzzer | Joey Castillo | 2021-08-08 | 1 | -0/+36 |
| | |||||
* | work on RTC tamper interrupt and external wake | Joey Castillo | 2021-08-08 | 1 | -23/+61 |
| | |||||
* | fix renaming of _watch_rtc_is_enabled | Joey Castillo | 2021-08-08 | 1 | -1/+1 |
| | |||||
* | add notes to segment map | Joey Castillo | 2021-08-07 | 1 | -10/+10 |
| | |||||
* | add more notes to character set | Joey Castillo | 2021-08-07 | 1 | -11/+11 |
| | |||||
* | rename 'sensing' indicator to 'signal' | Joey Castillo | 2021-08-07 | 1 | -1/+1 |
| | |||||
* | segment lcd: add indicator methods, document character map | Joey Castillo | 2021-08-07 | 1 | -16/+49 |
| | |||||
* | documentation! | Joey Castillo | 2021-08-05 | 1 | -1/+1 |
| | |||||
* | some I2C work | Joey Castillo | 2021-08-04 | 1 | -5/+50 |
| | |||||
* | drop legacy terminology. how hard was that? | Joey Castillo | 2021-08-04 | 1 | -2/+2 |
| | |||||
* | break up sections | Joey Castillo | 2021-08-04 | 1 | -0/+26 |
| | |||||
* | WIP deep sleep mode | Joey Castillo | 2021-08-03 | 1 | -6/+24 |
| | |||||
* | thinking through deep sleep stuff | Joey Castillo | 2021-08-02 | 1 | -12/+28 |
| | |||||
* | major project reorg, move library one level up | Joey Castillo | 2021-08-02 | 1 | -0/+350 |