ex
Fork of mbed-os-example-mbed5-blinky by
DuerOS-Light-SDK-v1.1.0/demo/device_controller.h
- Committer:
- TMBOY
- Date:
- 2017-07-18
- Revision:
- 47:9e361da97763
File content as of revision 47:9e361da97763:
// Copyright (2016) Baidu Inc. All rights reserved.
#ifndef BAIDU_IOT_TINYDU_DEMO_DEVICE_CONTROLLER_H
#define BAIDU_IOT_TINYDU_DEMO_DEVICE_CONTROLLER_H
namespace duer {
/*
* Initialize the device controller.
*/
extern void device_controller_init(void);
} // namespace duer
#endif // BAIDU_IOT_TINYDU_DEMO_DEVICE_CONTROLLER_H
