Simplified example to use less calls.

Defaults now to 32-byte payloads, but you can call in with any size under that.  Added example to docs.
This commit is contained in:
james
2011-03-31 21:32:45 -07:00
parent 0dc43ab872
commit e97e0239d7
7 changed files with 376 additions and 77 deletions

View File

@@ -631,7 +631,7 @@ EXCLUDE_SYMBOLS =
# directories that contain example code fragments that are included (see
# the \include command).
EXAMPLE_PATH =
EXAMPLE_PATH = examples
# If the value of the EXAMPLE_PATH tag contains directories, you can use the
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
@@ -645,7 +645,7 @@ EXAMPLE_PATTERNS =
# commands irrespective of the value of the RECURSIVE tag.
# Possible values are YES and NO. If left blank NO is used.
EXAMPLE_RECURSIVE = NO
EXAMPLE_RECURSIVE = YES
# The IMAGE_PATH tag can be used to specify one or more files or
# directories that contain image that are included in the documentation (see
@@ -1548,4 +1548,4 @@ GENERATE_LEGEND = YES
# remove the intermediate dot files that are used to generate
# the various graphs.
DOT_CLEANUP = YES
DOT_CLEANUP = YES