thermferm/lcd-pcf8574.c

changeset 106
1bd9a16f5061
parent 94
38ee038f4cec
child 213
2317b8d644fa
equal deleted inserted replaced
105:a5a964148e34 106:1bd9a16f5061
22 * along with wiringPi. If not, see <http://www.gnu.org/licenses/>. 22 * along with wiringPi. If not, see <http://www.gnu.org/licenses/>.
23 *********************************************************************** 23 ***********************************************************************
24 */ 24 */
25 25
26 #include "thermferm.h" 26 #include "thermferm.h"
27 #include "lcd-pcf8574.h"
28
27 29
28 #ifdef HAVE_WIRINGPI_H 30 #ifdef HAVE_WIRINGPI_H
29 31
30 int lcdHandle; 32 int lcdHandle;
31 unsigned char lcdbuf[MAX_LCDS][21][4]; 33 unsigned char lcdbuf[MAX_LCDS][21][4];

mercurial