Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Okay then | William Harrington | 2019-08-21 | 37 | -11956/+15340 |
| | |||||
* | Remove old remark | William Harrington | 2019-08-08 | 1 | -1/+0 |
| | |||||
* | When user doesn't change any date/time, make sure that when an elemnt of ↵ | William Harrington | 2019-08-08 | 1 | -12/+11 |
| | | | | date/time wasn't changed. Gotta be a better way to do this. | ||||
* | Add ability when user doesn't change any date/time elemnts that the RTC is ↵ | William Harrington | 2019-08-08 | 1 | -8/+50 |
| | | | | not updated. | ||||
* | Pin, not ping! | William Harrington | 2019-08-08 | 1 | -1/+1 |
| | |||||
* | Tidy up and provide useful comments | William Harrington | 2019-08-08 | 2 | -46/+94 |
| | |||||
* | 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 | ||||
* | Tidy up ifdef blocks for VFD and ADC. | William Harrington | 2019-08-07 | 1 | -1/+14 |
| | |||||
* | Adjust declarations for global variables used throughout program to be extern | William Harrington | 2019-08-07 | 1 | -14/+14 |
| | |||||
* | Add ifdef blocks if VFD is used for brightness | William Harrington | 2019-08-07 | 2 | -4/+8 |
| | |||||
* | Add declaration of monthOfYear char array | William Harrington | 2019-08-07 | 1 | -0/+1 |
| | |||||
* | Adjust formatting | William Harrington | 2019-08-07 | 1 | -43/+38 |
| | |||||
* | Add char array for day of week and use in Get_WeekDay function. Add a ↵ | William Harrington | 2019-08-07 | 2 | -12/+29 |
| | | | | monthOfYear for month names for future use. | ||||
* | Add lines for both 887 and 877A. | William Harrington | 2019-08-07 | 1 | -1/+6 |
| | |||||
* | Refactor variables and functions. Add user input functionality and improve ↵ | William Harrington | 2019-08-07 | 2 | -155/+353 |
| | | | | effeciency to reduce application size in MCU. | ||||
* | Remove conf.h declaration. | William Harrington | 2019-08-07 | 1 | -2/+0 |
| | |||||
* | Adjust ports for DECR INCR SETB buttons to portB ports from portE. | William Harrington | 2019-08-07 | 1 | -3/+3 |
| | |||||
* | Break out SSPSTAT configuration for SMP and CKP and set SSPADD to a decimal ↵ | William Harrington | 2019-08-07 | 1 | -2/+6 |
| | | | | number instead of a formula. | ||||
* | Remove display.h | William Harrington | 2019-08-06 | 2 | -27/+0 |
| | |||||
* | Add vfd brightness back into update display | William Harrington | 2019-08-01 | 1 | -54/+36 |
| | |||||
* | Add main configuration header to LCD. | William Harrington | 2019-08-01 | 1 | -0/+2 |
| | |||||
* | Add display header and source files to separate display related functions. | William Harrington | 2019-08-01 | 2 | -0/+27 |
| | |||||
* | Remove New_Second method as the interrupt ends up doing too much. Just set a ↵ | William Harrington | 2019-08-01 | 2 | -53/+16 |
| | | | | 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 | 2 | -77/+96 |
| | | | | from DS3231 and RB0 as external interrup from DS3231 SQWE @ 1Hz to update time. | ||||
* | Add functions to edit SQWE. | William Harrington | 2019-08-01 | 2 | -0/+9 |
| | |||||
* | Adjust debug screen, change ldr to brtlvl and add brtlvl_chg to compare. Add ↵ | William Harrington | 2019-08-01 | 2 | -9/+14 |
| | | | | macro for brtlvl to translate brightness levels 0-3. | ||||
* | Complete definitions. | William Harrington | 2019-07-31 | 2 | -8/+8 |
| | |||||
* | Convert Adc result for ldr for VFD brightness levels 0-3 (Max-Min) | William Harrington | 2019-07-31 | 1 | -3/+3 |
| | |||||
* | Add Adc_Init and redo Adc_Read. Rework comments. | William Harrington | 2019-07-31 | 2 | -10/+26 |
| | |||||
* | Add ifdef for ADC option around ADC related source. | William Harrington | 2019-07-31 | 2 | -25/+41 |
| | |||||
* | Add ADC Option definition. | William Harrington | 2019-07-31 | 1 | -4/+4 |
| | |||||
* | Move Adc_Read() function to adc source and headers. Include adc header in ↵ | William Harrington | 2019-07-31 | 2 | -16/+1 |
| | | | | main source. | ||||
* | Move Adc_Read() function from main to adc source and header. | William Harrington | 2019-07-31 | 2 | -0/+14 |
| | |||||
* | Add source and header files for ADC configurtion. | William Harrington | 2019-07-31 | 2 | -0/+4 |
| | |||||
* | Comment DEBUG definition. | William Harrington | 2019-07-31 | 1 | -1/+1 |
| | |||||
* | Add Date to debug output. Use new Get_DayOfWeek function when setting Day of ↵ | William Harrington | 2019-07-31 | 2 | -25/+27 |
| | | | | Week. Reduce time between LCD Intro and Layout to 1 second. | ||||
* | Add a function for determining day of week from calendar date and rename ↵ | William Harrington | 2019-07-31 | 2 | -4/+9 |
| | | | | dayofweek to day like in datasheet. | ||||
* | Adjust ldr brightness from ADC so 0 is max and 3 is min. | William Harrington | 2019-07-28 | 1 | -3/+3 |
| | |||||
* | Add ADC for LDR to change brightness on ambient light. | William Harrington | 2019-07-28 | 3 | -27/+59 |
| | |||||
* | Remove Set_Time_Date() | William Harrington | 2019-07-28 | 2 | -15/+0 |
| | |||||
* | Comment out Setting of initial values for DS3231. | William Harrington | 2019-07-28 | 1 | -1/+1 |
| | |||||
* | Adjust DEBUG definition. | William Harrington | 2019-07-28 | 2 | -12/+22 |
| | |||||
* | Add DEBUG block around char buf[40]. | William Harrington | 2019-07-28 | 1 | -1/+3 |
| | |||||
* | Add VFD brightness level. | William Harrington | 2019-07-28 | 4 | -3/+23 |
| | |||||
* | Ignore dist and build directories. | William Harrington | 2019-07-28 | 1 | -0/+2 |
| | |||||
* | Merge branch 'master' of git.berzerkula.org:I2C_LCD.X | William Harrington | 2019-07-27 | 0 | -0/+0 |
|\ | |||||
| * | Refactor weekofday to weekOfDay | kb0iic | 2019-07-27 | 15 | -127/+127 |
| | | |||||
* | | Refactor weekofday to weekOfDay | William Harrington | 2019-07-27 | 15 | -127/+127 |
|/ | |||||
* | Copy project files into repo | William Harrington | 2019-07-27 | 62 | -0/+30814 |
| | |||||
* | initial commit | William Harrington | 2019-07-27 | 1 | -0/+0 |