sketchbook
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
wiringPi
wiringPi
htu21d.h
Go to the documentation of this file.
1
/*
2
* htu21d.h:
3
* Extend wiringPi with the HTU21D I2C Humidity and Temperature
4
* sensor.
5
* Copyright (c) 2016 Gordon Henderson
6
***********************************************************************
7
* This file is part of wiringPi:
8
* https://projects.drogon.net/raspberry-pi/wiringpi/
9
*
10
* wiringPi is free software: you can redistribute it and/or modify
11
* it under the terms of the GNU Lesser General Public License as
12
* published by the Free Software Foundation, either version 3 of the
13
* License, or (at your option) any later version.
14
*
15
* wiringPi is distributed in the hope that it will be useful,
16
* but WITHOUT ANY WARRANTY; without even the implied warranty of
17
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
* GNU Lesser General Public License for more details.
19
*
20
* You should have received a copy of the GNU Lesser General Public
21
* License along with wiringPi.
22
* If not, see <http://www.gnu.org/licenses/>.
23
***********************************************************************
24
*/
25
26
#ifdef __cplusplus
27
extern
"C"
{
28
#endif
29
30
extern
int
htu21dSetup
(
const
int
pinBase) ;
31
32
#ifdef __cplusplus
33
}
34
#endif
htu21dSetup
int htu21dSetup(const int pinBase)
Definition:
htu21d.c:122
Generated on Mon Jun 24 2019 21:30:38 for sketchbook by
1.8.6