Skip to content

Commit 4702e1e

Browse files
committed
Commands
* not * abs * reboot * analogRead String responses are go to progmem on AVR.
1 parent e71b846 commit 4702e1e

File tree

6 files changed

+515
-22
lines changed

6 files changed

+515
-22
lines changed

Doxyfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ EXTRACT_ALL = YES
505505
# be included in the documentation.
506506
# The default value is: NO.
507507

508-
EXTRACT_PRIVATE = NO
508+
EXTRACT_PRIVATE = YES
509509

510510
# If the EXTRACT_PRIV_VIRTUAL tag is set to YES, documented private virtual
511511
# methods of a class will be included in the documentation.
@@ -2377,7 +2377,8 @@ INCLUDE_FILE_PATTERNS =
23772377
PREDEFINED = ARDUINO \
23782378
ESP32 \
23792379
ESP8266 \
2380-
ARDUINO_AVR_LEONARDO
2380+
ARDUINO_AVR_LEONARDO \
2381+
__AVR__
23812382

23822383
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
23832384
# tag can be used to specify a list of macro names that should be expanded. The

0 commit comments

Comments
 (0)