Swimate V2 without RTOS code

Dependencies:   Adafruit_GFX_128x64 DS3231 PinDetect SDFileSystem USBDevice mbed RealtimeMath MODSERIAL

Files at this revision

API Documentation at this revision

Comitter:
ellingjp
Date:
Wed May 28 00:11:24 2014 +0000
Parent:
10:e34200d82d88
Child:
12:bf282a100fbc
Commit message:
Added pins.h file. TODO: remove references to specific pins in code

Changed in this revision

pins.h Show annotated file Show diff for this revision Revisions of this file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pins.h	Wed May 28 00:11:24 2014 +0000
@@ -0,0 +1,17 @@
+#define I2C_SDA P0_5
+#define I2C_SCL P0_4
+#define DISP_CS
+#define DISP_DC
+#define SD_CS
+#define MPU_INT
+#define SOI1_SCK
+#define SW_MODE
+#define VBATMON
+#define SW_PWR_STATE
+#define PO_DISABLE
+#define BT_ENABLE
+#define BT_KEY
+#define MCU_RX
+#define MCU_TX
+#define BT_RST
+#define DISP_RST