chiark / gitweb /
Updated versions for new maker - mbest
[wiringPi.git] / wiringPi / wiringPi.h
index 42265fc836063b9a5262bc06da7739c879270663..2b3e2954988c37b0cc505a9d72abf39becc3ba49 100644 (file)
 #define        PI_MAKER_EGOMAN         1
 #define        PI_MAKER_SONY           2
 #define        PI_MAKER_QISDA          3
+#define        PI_MAKER_MBEST          4
 
 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.