summaryrefslogtreecommitdiffstats
path: root/watch-library
Commit message (Expand)AuthorAgeFilesLines
* add driver, test app for LIS2DW accelerometerJoey Castillo2022-01-082-0/+401
* add utility function to check if TCC is enabledJoey Castillo2021-12-212-0/+11
* fix missing prototype warningsJoey Castillo2021-12-1029-117/+125
* use true random number generator to provide entropyJoey Castillo2021-12-031-0/+32
* remove A LOT of dead ASF lcd driver codeJoey Castillo2021-12-024-2750/+0
* lis2dh: add support for interrupt latching (stays active until cleared)Joey Castillo2021-12-012-4/+8
* lis2dh driver: add support for int2 pinJoey Castillo2021-11-302-0/+20
* lis2dh driver: add basic interrupt functionalityJoey Castillo2021-11-302-0/+38
* fix (most) external interrupts on the 9-pin connectorJoey Castillo2021-11-304-10/+12
* lis2dh driver: make the implicit explicitJoey Castillo2021-11-301-2/+2
* more character map edge casesJoey Castillo2021-11-291-7/+31
* add LIS2DH accelerometer driver, test appJoey Castillo2021-11-272-0/+303
* 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
|/
* steps toward SPI support in watch libraryJoey Castillo2021-10-252-2/+3
* Merge branch 'main' into more-asf-filesJoey Castillo2021-10-2540-1807/+781
|\
| * 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-206-80/+133
| * movement: add tick animation in sleep modeJoey Castillo2021-10-192-0/+9
| * getting the sensor watch dev board workingJoey Castillo2021-10-194-6/+18
| * 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-013-2/+86
| |/
| * 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-2826-13/+80
| * simplification: return date/time in same format as clock registerJoey Castillo2021-09-282-38/+22
| * remove unused ASF codeJoey Castillo2021-09-277-1563/+0
| * WIP: refactor RTC to use clock mode directlyJoey Castillo2021-09-278-120/+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 alternate LCD pinoutsJoey Castillo2021-09-211-9/+35
* | add more atmel studio framework codeJoey Castillo2021-09-2023-0/+3722
|/
* support common anode LEDsJoey Castillo2021-09-181-0/+5
* add a new deep sleep mode alongside backup modeJoey Castillo2021-09-186-31/+131
* 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