summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rename segments in schematic to match SLCD driverJoey Castillo2021-08-082-46/+46
* add segment map linkJoey Castillo2021-08-071-0/+5
* add notes to segment mapJoey Castillo2021-08-071-10/+10
* add more notes to character setJoey Castillo2021-08-071-11/+11
* rename 'sensing' indicator to 'signal'Joey Castillo2021-08-072-2/+2
* segment lcd: add indicator methods, document character mapJoey Castillo2021-08-073-19/+84
* add pinout table for sensor boardsJoey Castillo2021-08-052-0/+2
* documentation tweaksJoey Castillo2021-08-051-7/+7
* documentation!Joey Castillo2021-08-057-41/+715
* bme280 app: use forced mode, only measure when neededJoey Castillo2021-08-051-2/+13
* new project: sensor watch environmentJoey Castillo2021-08-044-0/+421
* some I2C workJoey Castillo2021-08-042-7/+58
* drop legacy terminology. how hard was that?Joey Castillo2021-08-043-31/+31
* break up sectionsJoey Castillo2021-08-041-0/+26
* WIP deep sleep modeJoey Castillo2021-08-039-51/+126
* make this snake_case for consistencyJoey Castillo2021-08-031-13/+13
* actually debounce button pressesJoey Castillo2021-08-031-3/+9
* Fix another typojoeycastillo2021-08-031-1/+1
* Merge pull request #1 from tahnok/patch-1joeycastillo2021-08-021-1/+1
|\
| * fix typo in READMEWesley Ellis2021-08-021-1/+1
|/
* move app.h to library, no need for user to change itJoey Castillo2021-08-021-0/+0
* add readme and imagesJoey Castillo2021-08-023-1/+37
* thinking through deep sleep stuffJoey Castillo2021-08-025-118/+203
* major project reorg, move library one level upJoey Castillo2021-08-02439-108489/+76
* barebones 'hello world' projectJoey Castillo2021-08-026-453/+400
* move user application code to app folderJoey Castillo2021-08-017-189/+329
* lil i2c testJoey Castillo2021-08-015-6/+666
* use atmel studio's configuration and initJoey Castillo2021-07-305-9/+153
* use atmel studio's startup and linker scriptJoey Castillo2021-07-303-311/+373
* Merge branch 'main' into astudioJoey Castillo2021-07-301-11/+10
|\
| * remove JLC order textJoey Castillo2021-07-301-11/+10
* | Merge branch 'main' into astudioJoey Castillo2021-07-203-0/+9512
|\|
| * add uf2 to gitignoreJoey Castillo2021-07-201-0/+1
| * WIP new board revisionJoey Castillo2021-07-202-0/+9511
* | bring in all the atmel studio stuffJoey Castillo2021-07-20249-36836/+137739
* | get UART working on SERCOM3 (9-pin A2/D1)Joey Castillo2021-07-201-12/+12
* | move to a makefile based workflowJoey Castillo2021-07-2097-0/+44475
|/
* Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into mainJoey Castillo2021-05-2326-1015/+1283
|\
| * make watch abstraction global, add methods and documentationJoey Castillo2021-05-215-71/+162
| * use simple 8-bit counter for LED PWMJoey Castillo2021-05-2023-942/+1120
| * new atmel studio setupJoey Castillo2021-05-095-8/+7
* | watch A revision 03Joey Castillo2021-05-233-0/+9483
|/
* More low power workJoey Castillo2021-05-095-41/+33
* mars clock!Joey Castillo2021-05-066-25/+93
* sunday low power workJoey Castillo2021-05-026-33/+38
* remove timer; tick based on RTC PER7 interruptJoey Castillo2021-05-0217-979/+18
* WIP timer wakeup stuffJoey Castillo2021-05-0227-498/+1066
* interrupts, clock demo with interruptsJoey Castillo2021-04-3010-53/+116
* simplify lcd display logic, one screen with 10 positionsJoey Castillo2021-04-283-55/+37
* initial work on segment LCDJoey Castillo2021-04-274-86/+297