summaryrefslogtreecommitdiffstats
path: root/watch-library/watch
Commit message (Expand)AuthorAgeFilesLines
* movement: add time zone conversion in sunrise/sunset faceJoey Castillo2022-01-212-0/+16
* fix out of bounds access when position != 0Joey Castillo2022-01-191-1/+1
* add gettimeofday functionJoey Castillo2022-01-151-0/+12
* shuffle uart pins for new accelerometer boardJoey Castillo2022-01-091-3/+3
* add utility function to check if TCC is enabledJoey Castillo2021-12-212-0/+11
* fix missing prototype warningsJoey Castillo2021-12-1021-96/+103
* use true random number generator to provide entropyJoey Castillo2021-12-031-0/+32
* fix (most) external interrupts on the 9-pin connectorJoey Castillo2021-11-301-5/+6
* more character map edge casesJoey Castillo2021-11-291-7/+31
* remove log statements (oops)Joey Castillo2021-11-251-4/+0
* utilities: convert unix timestamp to watch_date_timeJoey Castillo2021-11-252-0/+86
* movement: implement time zone settingJoey Castillo2021-11-252-1/+6
* Fill out watch_utility_convert_to_unix_timeWesley Ellis2021-11-231-2/+28
* add stubs for UNIX timestamp conversionjoeycastillo2021-11-231-0/+9
* add stubs for UNIX timestamp conversionjoeycastillo2021-11-231-0/+21
* Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into mainJoey Castillo2021-11-222-0/+76
|\
| * movement: add voltage monitor watch faceJoey Castillo2021-11-062-0/+76
* | move thermistor calculation to watch utilitiesJoey Castillo2021-11-222-0/+37
* | add ability to preview display on USB serialJoey Castillo2021-10-291-0/+5
|/
* move weekday lookup to new utilities fileJoey Castillo2021-10-232-0/+76
* movement: add character set demoJoey Castillo2021-10-211-0/+1
* typo in documentation: all five pins are analog capableJoey Castillo2021-10-211-1/+1
* more accurate names for deep sleep and shallow sleep modesJoey Castillo2021-10-205-77/+130
* movement: add tick animation in sleep modeJoey Castillo2021-10-192-0/+9
* getting the sensor watch dev board workingJoey Castillo2021-10-191-5/+3
* Merge pull request #17 from joeycastillo/wip-launcherjoeycastillo2021-10-184-20/+31
|\
| * slcd: add more special casesJoey Castillo2021-10-041-5/+14
| * launcher: first crack at low power 'screensaver' modeJoey Castillo2021-10-032-15/+7
| * slcd: add function to blank entire screenJoey Castillo2021-10-032-0/+10
* | slcd: add autonomous blinking and animationJoey Castillo2021-10-012-0/+84
|/
* tweak to API nomenclature: tick happens once a second, other interrupts are p...Joey Castillo2021-09-283-25/+28
* rtc: support periodic ticks at intervals from 1 to 128 HzJoey Castillo2021-09-283-20/+94
* overdue refactor: compile all watch modules separatelyJoey Castillo2021-09-2824-13/+80
* simplification: return date/time in same format as clock registerJoey Castillo2021-09-282-38/+22
* WIP: refactor RTC to use clock mode directlyJoey Castillo2021-09-275-42/+226
* this was an odd typojoeycastillo2021-09-241-1/+1
* add warning about external wake on old board revJoey Castillo2021-09-231-0/+7
* final deep sleep refactor: retain RAM, call it shallow sleep modeJoey Castillo2021-09-232-42/+66
* support common anode LEDsJoey Castillo2021-09-181-0/+5
* add a new deep sleep mode alongside backup modeJoey Castillo2021-09-185-31/+128
* fix USB VID/PIDJoey Castillo2021-09-181-14/+2
* lcd: add special case for T in position 1 (fixes #10)Joey Castillo2021-09-141-0/+1
* more work on alternate board pinoutsJoey Castillo2021-09-142-42/+35
* deprecate debug UARTJoey Castillo2021-09-132-2/+12
* first steps toward supporting alternate board pinoutsJoey Castillo2021-09-134-19/+11
* improve consistency of function namesJoey Castillo2021-09-132-2/+2
* implement ADC functionalityJoey Castillo2021-09-132-12/+185
* handle watch variant with red/blue LEDJoey Castillo2021-08-312-7/+22
* simplify: always use the TCC to drive the LEDsJoey Castillo2021-08-312-53/+37
* add method for detecting low batteryJoey Castillo2021-08-313-0/+44