#include <stdio.h>#include <fcntl.h>#include <unistd.h>#include <sys/ioctl.h>#include <linux/i2c-dev.h>#include <ncurses.h>
Go to the source code of this file.
Defines | |
| #define | PCF8591_I2C_ADDR 0x48 |
Functions | |
| int | main (int argc, char *argv[]) |
| #define PCF8591_I2C_ADDR 0x48 |