summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #8 from joeycastillo/external-interruptsjoeycastillo2021-08-2611-143/+250
|\
| * external interrupt refactor: allow enabling in watch library functionsJoey Castillo2021-08-258-128/+233
| * disable all external interrupts by defaultJoey Castillo2021-08-251-6/+6
| * add majority-vote filtering to all external interrupt pinsJoey Castillo2021-08-251-4/+4
| * disable all RTC tamper interrupts by defaultJoey Castillo2021-08-251-3/+3
| * add definitions for pin A3/A4 (same as D0/D1)Joey Castillo2021-08-251-2/+4
* | Update README with some clarificationsjoeycastillo2021-08-251-9/+11
|/
* silence unused parameter warningsJoey Castillo2021-08-244-0/+8
* remove watch_app.cJoey Castillo2021-08-241-25/+0
* refactor: break out different areas of functionalityJoey Castillo2021-08-2326-1144/+1669
* fix typo; log hour, not secondJoey Castillo2021-08-181-1/+1
* add data logging, more modes to BME280 projectJoey Castillo2021-08-182-76/+333
* reapprove dimension errorsJoey Castillo2021-08-171-53/+53
* fix typoJoey Castillo2021-08-171-1/+1
* move debug uart methods, clarify license infoJoey Castillo2021-08-175-192/+175
* add license fileJoey Castillo2021-08-171-0/+91
* disable 9-pin extwake interrupts by defaultJoey Castillo2021-08-171-4/+4
* add beep and light to BME280 appJoey Castillo2021-08-141-5/+35
* tweak resistor values, move board origin to 0,0Joey Castillo2021-08-142-810/+809
* add arduino sketch to burn bootloaderJoey Castillo2021-08-142-0/+801
* disable debug UART by defaultJoey Castillo2021-08-141-1/+1
* led tweaksJoey Castillo2021-08-141-2/+5
* document power consumption, etcJoey Castillo2021-08-111-9/+50
* check if callback is null (could happen in wake from backup)Joey Castillo2021-08-101-3/+9
* fix LED part number, make boards identicalJoey Castillo2021-08-093-45/+41
* add a version with bisexual lighting (same board, different resistor values)Joey Castillo2021-08-092-0/+9506
* tidy up PCB folder, add gerbers for A1-04Joey Castillo2021-08-096-19159/+0
* add API for playing sounds from the buzzerJoey Castillo2021-08-087-3/+483
* add link to errataJoey Castillo2021-08-081-6/+7
* document indicator segmentsJoey Castillo2021-08-081-5/+6
* work on RTC tamper interrupt and external wakeJoey Castillo2021-08-086-41/+106
* fix renaming of _watch_rtc_is_enabledJoey Castillo2021-08-082-2/+2
* 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