Skip to content

Commit

Permalink
Update library.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlmorris committed Aug 23, 2024
1 parent c2d822e commit 6c2f0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ author=David Morris <[email protected]>
maintainer=David Morris <[email protected]>
sentence=A helper library for getting information (including an assert and print macros) from Arduino including the Esp32 via the usual serial port.
paragraph= Debuggery is a set of C++ low impact print utilities (with colour), along with a macro implementation that allows you to have asserts and debug prints that can be defined out for a final release version, without necessarily having to wrap code in '#if' and '#endif' preprocessor statements. And, when you do not define DEBUG_ON takes up no EPROM or RAM at all.
category=Other,Communication,Uncategorized
category=Other,Communication
url=https://github.com/davidlmorris/debuggery
architectures=*

0 comments on commit 6c2f0c4

Please sign in to comment.