Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-os-example-mbed5-blinky by
device_controller.h
00001 // Copyright (2016) Baidu Inc. All rights reserved. 00002 00003 #ifndef BAIDU_IOT_TINYDU_DEMO_DEVICE_CONTROLLER_H 00004 #define BAIDU_IOT_TINYDU_DEMO_DEVICE_CONTROLLER_H 00005 00006 namespace duer { 00007 00008 /* 00009 * Initialize the device controller. 00010 */ 00011 extern void device_controller_init(void); 00012 00013 } // namespace duer 00014 00015 #endif // BAIDU_IOT_TINYDU_DEMO_DEVICE_CONTROLLER_H
Generated on Tue Jul 12 2022 16:28:53 by
1.7.2
