aboutsummaryrefslogtreecommitdiffstats
path: root/main.h
Commit message (Collapse)AuthorAgeFilesLines
* Tidy up and provide useful commentsWilliam Harrington2019-08-081-1/+1
|
* Remove need for temp_0. temperature_lsb is already going to be 00, 25, 50 or ↵William Harrington2019-08-071-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 externWilliam Harrington2019-08-071-14/+14
|
* Refactor variables and functions. Add user input functionality and improve ↵William Harrington2019-08-071-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 Harrington2019-08-011-6/+3
| | | | flag that states an update is needed.
* Remove old Timer2/Timer1 remnants and add support to use 1Hz square wave ↵William Harrington2019-08-011-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 Harrington2019-08-011-1/+4
| | | | macro for brtlvl to translate brightness levels 0-3.
* Add ifdef for ADC option around ADC related source.William Harrington2019-07-311-0/+2
|
* Move Adc_Read() function to adc source and headers. Include adc header in ↵William Harrington2019-07-311-3/+0
| | | | main source.
* Add Date to debug output. Use new Get_DayOfWeek function when setting Day of ↵William Harrington2019-07-311-4/+4
| | | | Week. Reduce time between LCD Intro and Layout to 1 second.
* Add ADC for LDR to change brightness on ambient light.William Harrington2019-07-281-4/+11
|
* Add DEBUG block around char buf[40].William Harrington2019-07-281-1/+3
|
* Add VFD brightness level.William Harrington2019-07-281-1/+1
|
* Refactor weekofday to weekOfDayWilliam Harrington2019-07-271-2/+2
|
* Copy project files into repoWilliam Harrington2019-07-271-0/+56