rt-thread/components/drivers/sensors/sensor.h

15 lines
252 B
C
Raw Normal View History

2014-11-01 09:09:52 +08:00
/*
2021-03-08 18:19:04 +08:00
* Copyright (c) 2006-2021, RT-Thread Development Team
2014-11-01 09:09:52 +08:00
*
2018-10-14 19:37:18 +08:00
* SPDX-License-Identifier: Apache-2.0
2014-11-01 09:09:52 +08:00
*
* Change Logs:
* Date Author Notes
2019-02-12 10:15:26 +08:00
* 2019-01-31 flybreak first version
2014-11-01 09:09:52 +08:00
*/
2019-02-12 16:52:10 +08:00
2014-11-01 09:09:52 +08:00
2019-02-12 10:15:26 +08:00
#include <rtthread.h>
2014-11-01 09:09:52 +08:00
#include <rtdevice.h>