Skip to content

Commit

Permalink
(feat): add enable debug option (#134)
Browse files Browse the repository at this point in the history
* added enable debug option

* added test cases for the enable_debug

* fix if/it error in tests
  • Loading branch information
Thiemann96 authored Sep 8, 2023
1 parent afc6cfd commit 0acb04b
Show file tree
Hide file tree
Showing 9 changed files with 797 additions and 310 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ Additionally, the following transformers are implemented:
| `toDefine` | Transform an array of sensors to multiple `#define` statements. |
| `toProgmem` | Transform an array of sensors to multiple `const char xxSENSOR_ID[] PROGMEM = "<id>";` statements. |
| `digitalPortToPortNumber` | Transform a digital port (`A`, `B` or `C`) to a port number. You can add a offset parameter. |
| `toDefineDisplay` | "true" to implement the display to the home sketch.|
| `toDefineEnableDebug` | "true" to enable additional debug messages in the serial monitor|

## Adding Transformers

Expand Down
Loading

0 comments on commit 0acb04b

Please sign in to comment.