Command processor to access I2C and SPI Takes URI coded commands and returns JSON array
Fork of SerialInterface by
Revision 11:bc8d6816839f, committed 2018-01-26
- Comitter:
- switches
- Date:
- Fri Jan 26 01:18:15 2018 +0000
- Parent:
- 10:94a98d095b2a
- Commit message:
- More reasonable array sizes
Changed in this revision
SerialInterface.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 94a98d095b2a -r bc8d6816839f SerialInterface.h --- a/SerialInterface.h Fri Jan 26 00:10:32 2018 +0000 +++ b/SerialInterface.h Fri Jan 26 01:18:15 2018 +0000 @@ -7,8 +7,8 @@ #include "mbed.h" #include "SerialInterface.h" -#define MAX_NUM_ARGS 0x4000 -#define DBUF_MAX_LENGTH 0x4000 +#define MAX_NUM_ARGS 0x400 +#define DBUF_MAX_LENGTH 0x400 /** Serial Interface Library, Provides utilities for remotely accessing peripherals *