RaspberrPi project source code
Guo Wenxue
2024-12-29 8517494b239d652ea9a24457faa13f88f55979b9
commit | author | age
d6b4a7 1 /********************************************************************************
G 2  *      Copyright:  (C) 2023 LingYun IoT System Studio
3  *                  All rights reserved.
4  *
5  *       Filename:  modules.h
6  *    Description:  This file 
7  *
8  *        Version:  1.0.0(08/17/2023)
9  *         Author:  Guo Wenxue <guowenxue@gmail.com>
10  *      ChangeLog:  1, Release initial version on "08/17/2023 09:27:25 PM"
11  *                 
12  ********************************************************************************/
13
14 #ifndef  _MODULES_H_
15 #define  _MODULES_H_
16
17 #include "ds18b20.h"
18 #include "leds.h"
19 #include "pwm.h"
20 #include "relay.h"
21 #include "sht20.h"
22 #include "tsl2561.h"
23
24 #endif   /* ----- #ifndef _MODULES_H_  ----- */