aboutsummaryrefslogtreecommitdiff
path: root/Debug.h
Commit message (Collapse)AuthorAgeFilesLines
* wipHEADmasterTrygve Laugstøl2015-08-211-25/+6
|
* o Implementing the SoftwareSerial version of debugging.Trygve Laugstøl2015-08-101-33/+92
|
* o Even better Debug for the ATtiny85 implementation.h.Trygve Laugstøl2015-07-311-0/+24
|
* o operator bool() wasn't if there was data available, but if there are ↵Trygve Laugstøl2015-07-261-2/+2
| | | | anyone connected to the serial port.
* o Much improved Debug class.Trygve Laugstøl2015-07-261-106/+67
| | | | | | | | - Inlining all definitions to make everything shorter and easier to read. - More const so even more can be inlined. o Adding some support for ATTiny85, still more work to be done. o Removing two unused battery characteristics. o Dynamically adding battery and temperature characteristics if their pipes are defined.
* o Cleaning up #if usage and config.h.Trygve Laugstøl2015-07-251-1/+1
|
* o Even better debug code.Trygve Laugstøl2015-07-251-28/+101
|
* o Reformatting with uncrustify.Trygve Laugstøl2015-07-251-3/+3
|
* o Adding a Debug class that delegates to Serial to control where the debug ↵Trygve Laugstøl2015-07-251-0/+79
output goes.