
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
Diff: util.h
- Revision:
- 0:2ffd10976643
diff -r 000000000000 -r 2ffd10976643 util.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/util.h Wed Mar 25 21:56:51 2015 +0000 @@ -0,0 +1,11 @@ +/** + * @file util.h + * + * @brief system wide utility function + * + */ +#pragma once + +void print_memstat(void); + +