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: C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed
Fork of MbedSmartRestMain by
Diff: common.h
- Revision:
- 17:877a9a3148a4
- Parent:
- 12:beb64aa0da86
- Child:
- 23:0a48eebaaba8
--- a/common.h Tue Feb 18 15:37:50 2014 +0000
+++ b/common.h Tue Feb 18 15:51:57 2014 +0000
@@ -9,6 +9,33 @@
#include "UbloxUSBCDMAModem.h"
#include "MbedSmartRest.h"
+#define A0 P0_23
+#define A1 P0_24
+#define A2 P0_25
+#define A3 P0_26
+#define A4 P0_30
+#define A5 P1_31
+
+#define D0 P4_29
+#define D1 P4_28
+#define D2 P2_13
+#define D3 P2_0
+#define D4 P2_12
+#define D5 P2_1
+#define D6 P2_2
+#define D7 P2_11
+
+#define D8 P2_4
+#define D9 P2_3
+#define D10 P1_21
+#define D11 P1_24
+#define D12 P1_23
+#define D13 P1_20
+
+#define SDA P0_0
+#define SCL P0_1
+
+
/** signal quality type */
typedef struct
{
