Typical controller demo program based on Seeed Arch Max. Features: - Multi-thread architecture - Inter-thread message communication - Independent command shell using thread - HTTPD with CGI, WS, RPC - Key & value pair configuration load/save

Dependencies:   CMDB EthernetInterface HTTPD dconfig mbed-rpc mbed-rtos mbed storage_on_flash

console.h

Committer:
hillkim7
Date:
2015-07-03
Revision:
3:df8a882e33a6
Parent:
2:d7ffadba49b9

File content as of revision 3:df8a882e33a6:

/*
* @file console.h
*
* @brief console implementation
*
*/

#define CONSOLE_STACK_SIZE (6*1024)

void console_thread(void const *args);