Log

Dependents:   oldheating gps motorhome heating

Changes

RevisionDateWhoCommit message
20:5b5284c60d3c 2019-09-27 andrewboyson Removed bug in LogTimeF where the returned size was incorrect. default tip
19:14376c221aec 2019-08-20 andrewboyson Changed log bytes from char to const uint8_t
18:617791ed3d8e 2019-07-25 andrewboyson Changed the LogBytesAsHex to display in their normal order - they were reversed to suit the big number (litle endian) order but that was too confusing.
17:7acb89d71f48 2019-06-27 andrewboyson Added functions to log hex bytes
16:5c41b457c7f3 2019-02-04 andrewboyson Made char const char
15:e490fce9b6ef 2018-12-06 andrewboyson Renamed uart0 to serialpc
14:7fcd0d7d3b28 2018-02-04 andrewboyson uart changed to uart0
13:fb7f40c2e446 2018-02-02 andrewboyson Baud specified in initialisation routine
12:19c2d4943124 2018-01-11 andrewboyson Removed dependence on Mbed OS
11:aff6dd8238ef 2017-12-16 andrewboyson Included stdarg.h for use when called without mbed.h
10:cf815db8ed57 2017-10-26 andrewboyson Modified add functions to return the length added.
9:d2c41855ed09 2017-10-04 andrewboyson Removed LogTimeCrLf
8:e793e9005f89 2017-09-22 andrewboyson Removed LogCrLf and added a plain Log for text.
7:417a6a65e942 2017-07-03 andrewboyson Made use of pc uart configurable
6:b98aa0ec75a1 2017-06-29 andrewboyson Added serial usb uart so that log could be viewed on pc
5:a1f0298e0995 2017-05-09 andrewboyson Removed debug uart from LogPush
4:c95b09342a93 2017-05-09 andrewboyson Removed close statement
3:7806ff3f1a2d 2017-05-09 andrewboyson Removed FileSystem from within library and moved open to outside.
2:ee4ec2d72525 2017-02-04 andrewboyson Display non-ascii characters as hex
1:4d81afe3859e 2017-02-01 andrewboyson Minor tweaks
0:9907e344c82a 2016-12-12 andrewboyson Added log library