chiark / gitweb /
Minor changes to the PiGlow code - got the orange & yellow the right way
[wiringPi.git] / wiringPi / wiringPi.h
index 2bc63ba0146c1837e2d0e791655d09bebcf9e1d4..42265fc836063b9a5262bc06da7739c879270663 100644 (file)
@@ -75,6 +75,7 @@
 #define        PI_MODEL_B              2
 #define        PI_MODEL_BP             3
 #define        PI_MODEL_CM             4
+#define        PI_MODEL_AP             5
 
 #define        PI_VERSION_UNKNOWN      0
 #define        PI_VERSION_1            1
@@ -87,7 +88,7 @@
 #define        PI_MAKER_SONY           2
 #define        PI_MAKER_QISDA          3
 
-extern const char *piModelNames    [5] ;
+extern const char *piModelNames    [6] ;
 extern const char *piRevisionNames [5] ;
 extern const char *piMakerNames    [4] ;