chiark / gitweb /
Aded lcd-adafruit to test/drive the Adafruit RGB LCD plate
[wiringPi.git] / wiringPi / pcf8574.h
index 3cad2dd42e332e0d740b110775fd75d2b4e803e5..8e2d8181de75b289f62190fc897e2d22e2748927 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * pfc8574.h:
- *     Extend wiringPi with the PFC8574 I2C GPIO expander chip
+ * pcf8574.h:
+ *     Extend wiringPi with the PCF8574 I2C GPIO expander chip
  *     Copyright (c) 2013 Gordon Henderson
  ***********************************************************************
  * This file is part of wiringPi:
@@ -26,7 +26,7 @@
 extern "C" {
 #endif
 
-extern int pfc8574Setup (const int pinBase, const int i2cAddress) ;
+extern int pcf8574Setup (const int pinBase, const int i2cAddress) ;
 
 #ifdef __cplusplus
 }