bme280.h (176B)
1 #ifndef _BME280_H_ 2 #define _BME280_H_ 3 4 #include <stdint.h> 5 6 int bme280_init(void); 7 int32_t bme280_read_temp(void); 8 uint32_t bme280_read_humid(void); 9 10 #endif /* _BME280_H_ */
uniUniversity stuff | |
git clone git://git.margiolis.net/uni.git | |
Log | Files | Refs | README | LICENSE |