Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | silence unused parameter warnings | Joey Castillo | 2021-08-24 | 4 | -0/+8 | |
| | ||||||
* | remove watch_app.c | Joey Castillo | 2021-08-24 | 1 | -25/+0 | |
| | ||||||
* | refactor: break out different areas of functionality | Joey Castillo | 2021-08-23 | 26 | -1144/+1669 | |
| | ||||||
* | fix typo; log hour, not second | Joey Castillo | 2021-08-18 | 1 | -1/+1 | |
| | ||||||
* | add data logging, more modes to BME280 project | Joey Castillo | 2021-08-18 | 2 | -76/+333 | |
| | ||||||
* | reapprove dimension errors | Joey Castillo | 2021-08-17 | 1 | -53/+53 | |
| | ||||||
* | fix typo | Joey Castillo | 2021-08-17 | 1 | -1/+1 | |
| | ||||||
* | move debug uart methods, clarify license info | Joey Castillo | 2021-08-17 | 5 | -192/+175 | |
| | ||||||
* | add license file | Joey Castillo | 2021-08-17 | 1 | -0/+91 | |
| | ||||||
* | disable 9-pin extwake interrupts by default | Joey Castillo | 2021-08-17 | 1 | -4/+4 | |
| | ||||||
* | add beep and light to BME280 app | Joey Castillo | 2021-08-14 | 1 | -5/+35 | |
| | ||||||
* | tweak resistor values, move board origin to 0,0 | Joey Castillo | 2021-08-14 | 2 | -810/+809 | |
| | ||||||
* | add arduino sketch to burn bootloader | Joey Castillo | 2021-08-14 | 2 | -0/+801 | |
| | ||||||
* | disable debug UART by default | Joey Castillo | 2021-08-14 | 1 | -1/+1 | |
| | ||||||
* | led tweaks | Joey Castillo | 2021-08-14 | 1 | -2/+5 | |
| | ||||||
* | document power consumption, etc | Joey Castillo | 2021-08-11 | 1 | -9/+50 | |
| | ||||||
* | check if callback is null (could happen in wake from backup) | Joey Castillo | 2021-08-10 | 1 | -3/+9 | |
| | ||||||
* | fix LED part number, make boards identical | Joey Castillo | 2021-08-09 | 3 | -45/+41 | |
| | ||||||
* | add a version with bisexual lighting (same board, different resistor values) | Joey Castillo | 2021-08-09 | 2 | -0/+9506 | |
| | ||||||
* | tidy up PCB folder, add gerbers for A1-04 | Joey Castillo | 2021-08-09 | 6 | -19159/+0 | |
| | ||||||
* | add API for playing sounds from the buzzer | Joey Castillo | 2021-08-08 | 7 | -3/+483 | |
| | ||||||
* | add link to errata | Joey Castillo | 2021-08-08 | 1 | -6/+7 | |
| | ||||||
* | document indicator segments | Joey Castillo | 2021-08-08 | 1 | -5/+6 | |
| | ||||||
* | work on RTC tamper interrupt and external wake | Joey Castillo | 2021-08-08 | 6 | -41/+106 | |
| | ||||||
* | fix renaming of _watch_rtc_is_enabled | Joey Castillo | 2021-08-08 | 2 | -2/+2 | |
| | ||||||
* | rename segments in schematic to match SLCD driver | Joey Castillo | 2021-08-08 | 2 | -46/+46 | |
| | ||||||
* | add segment map link | Joey Castillo | 2021-08-07 | 1 | -0/+5 | |
| | ||||||
* | 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 | 2 | -2/+2 | |
| | ||||||
* | segment lcd: add indicator methods, document character map | Joey Castillo | 2021-08-07 | 3 | -19/+84 | |
| | ||||||
* | add pinout table for sensor boards | Joey Castillo | 2021-08-05 | 2 | -0/+2 | |
| | ||||||
* | documentation tweaks | Joey Castillo | 2021-08-05 | 1 | -7/+7 | |
| | ||||||
* | documentation! | Joey Castillo | 2021-08-05 | 7 | -41/+715 | |
| | ||||||
* | bme280 app: use forced mode, only measure when needed | Joey Castillo | 2021-08-05 | 1 | -2/+13 | |
| | ||||||
* | new project: sensor watch environment | Joey Castillo | 2021-08-04 | 4 | -0/+421 | |
| | ||||||
* | some I2C work | Joey Castillo | 2021-08-04 | 2 | -7/+58 | |
| | ||||||
* | drop legacy terminology. how hard was that? | Joey Castillo | 2021-08-04 | 3 | -31/+31 | |
| | ||||||
* | break up sections | Joey Castillo | 2021-08-04 | 1 | -0/+26 | |
| | ||||||
* | WIP deep sleep mode | Joey Castillo | 2021-08-03 | 9 | -51/+126 | |
| | ||||||
* | make this snake_case for consistency | Joey Castillo | 2021-08-03 | 1 | -13/+13 | |
| | ||||||
* | actually debounce button presses | Joey Castillo | 2021-08-03 | 1 | -3/+9 | |
| | ||||||
* | Fix another typo | joeycastillo | 2021-08-03 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #1 from tahnok/patch-1 | joeycastillo | 2021-08-02 | 1 | -1/+1 | |
|\ | | | | | fix typo in README | |||||
| * | fix typo in README | Wesley Ellis | 2021-08-02 | 1 | -1/+1 | |
|/ | ||||||
* | move app.h to library, no need for user to change it | Joey Castillo | 2021-08-02 | 1 | -0/+0 | |
| | ||||||
* | add readme and images | Joey Castillo | 2021-08-02 | 3 | -1/+37 | |
| | ||||||
* | thinking through deep sleep stuff | Joey Castillo | 2021-08-02 | 5 | -118/+203 | |
| | ||||||
* | major project reorg, move library one level up | Joey Castillo | 2021-08-02 | 439 | -108489/+76 | |
| | ||||||
* | barebones 'hello world' project | Joey Castillo | 2021-08-02 | 6 | -453/+400 | |
| |