Added some PinNames for Arduino compatibility and cleaned up white spaces

pull/175/head
sg- 2014-02-18 14:12:40 -06:00
parent 1f50bfc7c5
commit a09c1a724f
2 changed files with 388 additions and 385 deletions

View File

@ -233,6 +233,9 @@ typedef enum {
A4 = PTC2, A4 = PTC2,
A5 = PTC1, A5 = PTC1,
I2C_SCL = D15,
I2C_SDA = D14,
// Not connected // Not connected
NC = (int)0xFFFFFFFF NC = (int)0xFFFFFFFF
} PinName; } PinName;