Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tidy up and provide useful comments | William Harrington | 2019-08-08 | 1 | -1/+1 |
| | |||||
* | Remove need for temp_0. temperature_lsb is already going to be 00, 25, 50 or ↵ | William Harrington | 2019-08-07 | 1 | -3/+0 |
| | | | | 75. Depending on user display of 00.x or 00.xx temperature resolution, can use MSB and/or LSB of temperature_lsb | ||||
* | Adjust declarations for global variables used throughout program to be extern | William Harrington | 2019-08-07 | 1 | -14/+14 |
| | |||||
* | Refactor variables and functions. Add user input functionality and improve ↵ | William Harrington | 2019-08-07 | 1 | -43/+47 |
| | | | | effeciency to reduce application size in MCU. | ||||
* | 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 |