![]() |
RumPi 1.0
A self-assembling C++ sensor & actuator library for the Raspberry Pi 5
|
#include "../Common.h"#include <stdint.h>#include <string.h>#include <stdbool.h>#include <stdlib.h>#include <fcntl.h>#include <unistd.h>#include <errno.h>#include <linux/i2c-dev.h>#include <i2c/smbus.h>#include <sys/ioctl.h>#include <time.h>#include <math.h>#include "BaseComponent.h"Go to the source code of this file.
Classes | |
| class | RumPi::BMP180 |
| BMP180 barometric temperature and pressure sensor (I2C), also deriving altitude from the measured pressure. More... | |
Namespaces | |
| namespace | RumPi |
| RumPi is the library's top-level facade. | |