digitemp

1-wire temperature sensor cmdline interface
git clone https://www.brianlane.com/git/digitemp
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2023-02-26 16:27workflow: Disable ds24909 -- depends on old libusbBrian C. Lane1+1-1
2023-02-26 16:25workflow: Try running result with a globBrian C. Lane1+1-1
2023-02-26 16:23workflow: Fix matrix substitutionBrian C. Lane1+1-1
2023-02-26 16:19workflow: Fix typoBrian C. Lane1+1-1
2023-02-26 16:15workflow: Add a build and test workflowBrian C. Lane1+22-0
2021-11-22 18:55test_build_af: Add PASS/FAIL to test outputBrian C. Lane1+33-24
2021-11-22 17:08build_af: Tweak code to match style of the other build_ functionsBrian C. Lane1+15-16
2021-10-17 20:21digitemp: Style cleanupBrian C. Lane2+18-18
2021-10-25 18:36Fix typo in usage().Ulrich Kuehn1+1-1
2021-10-09 15:07Improved support for DS2438 measurements: output of Vsense via the %J token in ADC output format (code, test code, prototypes and man page).Ulrich Kuehn3+68-24
2021-10-09 14:51Added support for output format for DS2438: * added option -V to provide output format, using token %Q for the value of Vdd measurement and token %q for the input voltage Vad * added format building function build_af() observing output buffer length to avoid possible buffer overruns * updated usage() output and man page accordinglyUlrich Kuehn3+426-28
2021-03-28 17:45README: Add note about Linux ds2490 kernel driver problemsBrian C. Lane1+20-65
2020-09-05 16:33check_digitemp.pl: Add support for multiple sensorsBrian C. Lane1+159-58
2018-11-19 19:01New version - 3.7.2Brian C. Lane4+22-4
2018-11-19 18:59Fix digitemp.spec Version in bumpver targetBrian C. Lane1+1-1
2018-11-19 18:42Make sure strncpy uses are null-terminatedBrian C. Lane1+25-6
2018-11-19 18:01Add a check for ROM number vs. SENSORS countBrian C. Lane1+6-1
2018-04-22 18:02Log the scratchpad diagnosticsBrian C. Lane1+41-59
2018-04-22 17:45Bump Copyright Year to 2018Brian C. Lane6+7-7
2018-04-22 17:36Fix strftime use of log_fileBrian C. Lane1+5-5
2016-10-11 10:52Add strftime formating to logfile namePeje Nilsson2+15-2
2018-04-22 17:27Clean up the start_time switch statement usageBrian C. Lane1+2-3
2016-10-11 09:34Add log_type 4 & 5Peje Nilsson2+52-19
2017-07-25 14:52Check for bad Get_Temperature resultBrian C. Lane1+43-34
2017-07-25 14:41Fix the return value of Get_Temperature in ad26.cBrian C. Lane1+3-2
2017-01-17 15:45Display DS2438 temperature even if humidity calculation fails.Brian C. Lane1+34-32
2016-02-13 17:53Always include types.h and time.hBrian C. Lane2+2-8
2016-02-13 20:50Bump copyright year to 2016Brian C. Lane5+6-6
2016-02-13 20:05Add bumpver targetBrian C. Lane1+18-2
2015-12-22 03:26Spelling correctionsRyan Finnie14+34-34
2015-12-12 22:21New version - 3.7.1Brian C. Lane5+9-5
2015-12-12 20:59New version - 3.7.0Brian C. Lane6+7-7
2015-12-12 20:42Update the rpm spec and drop CFLAG patchBrian C. Lane2+13-20
2015-12-12 20:31Allow CFLAGS to be overriddenBrian C. Lane1+1-1
2015-12-12 20:13Add git tag and archive creation to MakefileBrian C. Lane1+8-2
2015-12-12 17:09Update TODO listBrian C. Lane1+8-38
2015-12-12 17:04Remove old python GUI codeBrian C. Lane5+0-483
2015-12-12 01:56Recognize DS2401 variant family 0x81 in DS9490R/DS9490BRyan Finnie1+3-0
2015-12-09 05:39Remove lockfile mentions from READMERyan Finnie1+7-17
2015-12-08 04:41Misc. cleanup and date bumping.Brian C. Lane6+84-84
2015-12-08 04:17Fix some unused variables found by cppcheckBrian C. Lane1+2-13
2015-12-08 04:08Fix potential resource leak in read_rcfileBrian C. Lane1+1-0
2015-12-07 01:08Update Copyright date to 2015Brian C. Lane1+2-2
2015-12-07 00:21Fix typoBrian C. Lane1+1-1
2013-04-09 13:13Increase size limit for TTY device namesIngo van Lil1+4-11
2015-12-06 23:55Clear the usb buffer before useBrian C. Lane1+7-0
2015-12-07 00:12Tell git to ignore .o filesBrian C. Lane1+1-0
2015-12-05 18:19Platform adjustmentsRyan Finnie2+1-77
2015-12-05 18:16Properly reset the 1-Wire bus on DS2490Patrick Smears1+40-6
2015-12-05 18:11Fix SetBaudCOM conflicting parameter typesRyan Finnie1+2-2
2015-12-05 18:09Replace lockdev usage with flockRyan Finnie4+18-90
2015-12-05 18:09Makefile adjustmentsRyan Finnie1+22-15
2015-12-05 18:08Spelling corrections in binary codeRyan Finnie3+6-6
2013-09-22 14:17Add Hobby Boards family codesBrian C. Lane1+7-1
2013-12-08 02:13Fix a couple printf buffer issuesRobert Scheck2+2-2
2011-04-11 01:48Flush output soonerBrian C. Lane1+1-0
2009-03-17 05:34Changed version number to 3.6.0, fixes #1Brian C. Lane1+2-2
2009-03-17 05:13Initial creation of DigiTemp git repositoryBrian C. Lane77+18220-0