ex

Fork of mbed-os-example-mbed5-blinky by mbed-os-examples

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers device_controller.h Source File

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