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