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

util.h

Committer:
hillkim7
Date:
2015-03-25
Revision:
0:2ffd10976643

File content as of revision 0:2ffd10976643:

/**
 * @file util.h
 *
 * @brief system wide utility function
 *
 */
#pragma once

void print_memstat(void);