mirror of
https://github.com/clockworkpi/WiringPi.git
synced 2026-06-13 06:13:10 +02:00
Minor changes to the PiGlow code - got the orange & yellow the right way
round at last.. Updated for the 0x0012 board revision on the new A+
This commit is contained in:
@@ -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] ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user