aboutsummaryrefslogtreecommitdiffstats
path: root/main.h
Commit message (Expand)AuthorAgeFilesLines
* Refactor redundant source lines and simplify displaying of text and character...William Harrington2019-09-301-2/+18
* 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
* 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 ef...William Harrington2019-08-071-43/+47
* Remove New_Second method as the interrupt ends up doing too much. Just set a ...William Harrington2019-08-011-6/+3
* Remove old Timer2/Timer1 remnants and add support to use 1Hz square wave from...William Harrington2019-08-011-4/+11
* Adjust debug screen, change ldr to brtlvl and add brtlvl_chg to compare. Add ...William Harrington2019-08-011-1/+4
* 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 mai...William Harrington2019-07-311-3/+0
* Add Date to debug output. Use new Get_DayOfWeek function when setting Day of ...William Harrington2019-07-311-4/+4
* 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