0
I Use This!
Inactive

Commits : Listings

Analyzed 28 minutes ago. based on code collected about 3 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed some warnings introduced during merges and simple control dev Merge branch 'dev' of ssh://garageBSD.local/home/nick/dev/logger_git into dev Fixed NO_LCD not logging bug. When simple menu was not set. gLogging,gLogNow or gClick were not seen to change so the do logging loop was optimized out of existence. Changed the global variables to volatile to stop this destructive optimization. Fixed errrors from the merge Fixed EOL corruption when switching to low power mode couple more fixes to serial only logging. breaks again if NO_LCD=1 extended cmds working Fixed some bugs in the initial merge. ! Autopower off is broken The unit will not wake from power save mode added more eclipse stuff to the ignore list Merge branch 'pid' into dev moved the control loop info command to an extended command on c so "xc" shoudl give you control loop info while c and C retain their original clock functions. un tested. More... almost 13 years ago
fixed typo in usart.c (sht.c -> Sht.c) More... almost 13 years ago
Re organised the main.h file to make it easier to understand. Have placed all the system configuration options into a single section. More... almost 13 years ago
Updated Date and compiler info. More... almost 13 years ago
Implimented simple dynamic logging based on the readings of the ADCs (Temp, Light, Voltage or Aux 0..4). The channel is selected at compile time but the mode can be changed at runtime if desired using the 'm' command. A timeout value can also be specified to give a hybrid of periodic and dynamic logging. More... almost 13 years ago
Import changes from Martin thomas to LCD init. More... almost 13 years ago
Fix LCD update bug (no updates after flash is full) More... about 13 years ago
Updated to relase version (30.c thermistor bugfixes) More... about 13 years ago
Added 2011 to the list of dates More... about 13 years ago
added comment reminder for changing clock tick speed More... over 13 years ago
change to revision for bugfix release 30c More... over 13 years ago
Moved linear Interpolation from ADC2Temp into its own function .This saves about 20 bytes and makes the code a little clearer. More... over 13 years ago
Tidied up ADC2Temp and Thermistor tables. Fixed Linear interpolation of positive temperatures. More... over 13 years ago
Added Y-> Test function on UART interface. This is currently used to test the ADC2Temp function. Disabled by default. More... over 13 years ago
Tidy up of sign character for adc2temp function Fixed linear interpolation for negative values in adc2temp function More... over 13 years ago
Added + or - to thermistor temperature output. More... over 13 years ago
- changed 'c'lock command to give year as 20xx More... over 13 years ago
- Fixed missing adc read from last commit. More... over 13 years ago
- Moved pullups on PORTD from main.c to allow for extra power saving when the LCD is not in use. More... over 13 years ago
- Changed pullups on PORTD to increase power saving More... over 13 years ago
- updated readme for 0.30 release More... over 13 years ago
- all years are now printed as 20yy - fixed last version's bug with days being printed 20dd. whoops! More... over 13 years ago
- Added CHAR_DECIMAL_SEPARATOR - changed some defaults for release version More... over 13 years ago
- Now using F_OSC from main.h rather than defining a separate value for XTAL More... over 13 years ago
-Mangled some of the German comments ad the non ASCII chars were screwing up my editor for no good reason. Sorry German language speakers. More... over 13 years ago
-Make use of CHAR_DECIMAL_SEPARATOR for decimal point or comma. More... over 13 years ago
- Made use of the CHAR_DECIMAL_SEPARATOR macro in printing ticks - When printing the date it will assume and print in 20xx format. More... over 13 years ago
- attempts to fix Light reading to bring into line with the logged value. ( not working) - change ADC Raw LCD function to only show 0-999 and OVR when out of range - LCD_DECIMAL_SEPARATOR is now CHAR_DECIMAL_SEPARATOR in main.h More... over 13 years ago
- attempts to fix LIght reading to bring into line with the logged value. ( not working) - change ADC Raw LCD function to only show 0-999 and OVR when out of range - LCD_DECIMAL_SEPARATOR is now CHAR_DECIMAL_SEPARATOR in main.h More... over 13 years ago
Changed comments and removed the unused gMAX6675_ERROR More... over 13 years ago