Log

Dependents:   oldheating gps motorhome heating

History

Removed bug in LogTimeF where the returned size was incorrect. default tip

2019-09-27, by andrewboyson [Fri, 27 Sep 2019 11:32:50 +0000] rev 20

Removed bug in LogTimeF where the returned size was incorrect.


Changed log bytes from char to const uint8_t

2019-08-20, by andrewboyson [Tue, 20 Aug 2019 14:50:12 +0000] rev 19

Changed log bytes from char to const uint8_t


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.

2019-07-25, by andrewboyson [Thu, 25 Jul 2019 21:15:03 +0000] rev 18

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.


Added functions to log hex bytes

2019-06-27, by andrewboyson [Thu, 27 Jun 2019 21:19:33 +0000] rev 17

Added functions to log hex bytes


Made char const char

2019-02-04, by andrewboyson [Mon, 04 Feb 2019 15:26:50 +0000] rev 16

Made char const char


Renamed uart0 to serialpc

2018-12-06, by andrewboyson [Thu, 06 Dec 2018 16:05:51 +0000] rev 15

Renamed uart0 to serialpc


uart changed to uart0

2018-02-04, by andrewboyson [Sun, 04 Feb 2018 11:34:09 +0000] rev 14

uart changed to uart0


Baud specified in initialisation routine

2018-02-02, by andrewboyson [Fri, 02 Feb 2018 15:51:36 +0000] rev 13

Baud specified in initialisation routine


Removed dependence on Mbed OS

2018-01-11, by andrewboyson [Thu, 11 Jan 2018 17:39:18 +0000] rev 12

Removed dependence on Mbed OS


Included stdarg.h for use when called without mbed.h

2017-12-16, by andrewboyson [Sat, 16 Dec 2017 14:41:46 +0000] rev 11

Included stdarg.h for use when called without mbed.h