/* * raspberrypi_io.h * * Created on: 23.06.2014 * Author: root */ #ifndef RASPBERRYPI_IO_H_ #define RASPBERRYPI_IO_H_ #include #include #include #include #include "string.h" int readTemp(float *temp); int writePin(_Bool state, int pin); int initIO(); #endif /* RASPBERRYPI_IO_H_ */