Command processor to access I2C and SPI Takes URI coded commands and returns JSON array
Fork of SerialInterface by
Diff: SerialInterface.h
- Revision:
- 11:bc8d6816839f
- Parent:
- 10:94a98d095b2a
--- 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 *