-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c2d822e
commit 6c2f0c4
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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=* |