Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove New_Second method as the interrupt ends up doing too much. Just set a ↵ | William Harrington | 2019-08-01 | 1 | -6/+3 |
| | | | | flag that states an update is needed. | ||||
* | Remove old Timer2/Timer1 remnants and add support to use 1Hz square wave ↵ | William Harrington | 2019-08-01 | 1 | -4/+11 |
| | | | | from DS3231 and RB0 as external interrup from DS3231 SQWE @ 1Hz to update time. | ||||
* | Adjust debug screen, change ldr to brtlvl and add brtlvl_chg to compare. Add ↵ | William Harrington | 2019-08-01 | 1 | -1/+4 |
| | | | | macro for brtlvl to translate brightness levels 0-3. | ||||
* | Add ifdef for ADC option around ADC related source. | William Harrington | 2019-07-31 | 1 | -0/+2 |
| | |||||
* | Move Adc_Read() function to adc source and headers. Include adc header in ↵ | William Harrington | 2019-07-31 | 1 | -3/+0 |
| | | | | main source. | ||||
* | Add Date to debug output. Use new Get_DayOfWeek function when setting Day of ↵ | William Harrington | 2019-07-31 | 1 | -4/+4 |
| | | | | Week. Reduce time between LCD Intro and Layout to 1 second. | ||||
* | Add ADC for LDR to change brightness on ambient light. | William Harrington | 2019-07-28 | 1 | -4/+11 |
| | |||||
* | Add DEBUG block around char buf[40]. | William Harrington | 2019-07-28 | 1 | -1/+3 |
| | |||||
* | Add VFD brightness level. | William Harrington | 2019-07-28 | 1 | -1/+1 |
| | |||||
* | Refactor weekofday to weekOfDay | William Harrington | 2019-07-27 | 1 | -2/+2 |
| | |||||
* | Copy project files into repo | William Harrington | 2019-07-27 | 1 | -0/+56 |