Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: SPI_TFTx2 SPI_TFTx2_ILI9341 TFT_fonts TOUCH_TFTx2 mbed
Fork of CANary_9341 by
Diff: utility.h
- Revision:
- 22:a43df3905863
- Parent:
- 13:62e0f7f39ff5
- Child:
- 23:cd03f9c3395e
--- a/utility.h Fri Mar 08 04:43:24 2013 +0000
+++ b/utility.h Mon Mar 11 06:23:00 2013 +0000
@@ -39,6 +39,8 @@
void tickerISR();
void recieve1();
void recieve2();
+ unsigned char buttonX(unsigned short X, unsigned char columns);
+ unsigned char buttonY(unsigned short Y,unsigned char rows);
}
//LEAF OBD
@@ -74,9 +76,9 @@
//2: NC:VIN (4.5-9V supply)
//3: NC:VB
//4: NC:nR
-//5: SPI:CS0
-//6: SPI:CS1
-//7: SPI:Reset
+//5: SPI:Reset
+//6: SPI:CS0
+//7: SPI:CS1
//8: CAN1:Sleep --> 8:CAN1:RS
//9: CAN1:RX --> 4:CAN1:R
//10: CAN1:TX --> 1:CAN1:D
@@ -91,9 +93,9 @@
//19: TOUCH_Y+
//20: TOUCH_Y-
//21: Spkr+
-//22: Spkr- (optional complimentary output for more volume)
-//23: NC:pwm
-//24: LED
+//22: NC:pwm
+//23: LED
+//24: NC:pwm
//25: NC:pwm
//26: NC:pwm
//27: NC
