chiark / gitweb /
More typos, added mcp3004/mcp3008
[wiringPi.git] / wiringPi / mcp3422.h
index 8b4e350be728e552bfcf1f198ac28ba2510eaf30..bb4692d841cc6caed92116a37479f4fad6a2d878 100644 (file)
@@ -36,7 +36,7 @@
 extern "C" {
 #endif
 
-extern int mcp3422Setup (int pinBase, int i2cAddress, int channels, int sampleRate, int gain) ;
+extern int mcp3422Setup (int pinBase, int i2cAddress, int sampleRate, int gain) ;
 
 #ifdef __cplusplus
 }