chiark / gitweb /
Updated versions for new maker - mbest
[wiringPi.git] / wiringPi / wiringPi.h
index 2bc63ba0146c1837e2d0e791655d09bebcf9e1d4..2b3e2954988c37b0cc505a9d72abf39becc3ba49 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
 #define        PI_MAKER_EGOMAN         1
 #define        PI_MAKER_SONY           2
 #define        PI_MAKER_QISDA          3
+#define        PI_MAKER_MBEST          4
 
-extern const char *piModelNames    [5] ;
+extern const char *piModelNames    [6] ;
 extern const char *piRevisionNames [5] ;
-extern const char *piMakerNames    [4] ;
+extern const char *piMakerNames    [5] ;
 
 
 //     Intended for the GPIO program Use at your own risk.