|
sketchbook
|
#include <unistd.h>#include <stdint.h>#include <stdio.h>#include <math.h>#include "wiringPi.h"#include "wiringPiI2C.h"#include "htu21d.h"Macros | |
| #define | DEBUG |
| #define | I2C_ADDRESS 0x40 |
Functions | |
| int | checksum (UNU uint8_t data[4]) |
| int | htu21dSetup (const int pinBase) |
| #define DEBUG |
| #define I2C_ADDRESS 0x40 |
| int checksum | ( | UNU uint8_t | data[4] | ) |
| int htu21dSetup | ( | const int | pinBase | ) |
1.8.6