Nucleo based high altitude balloon computer

Dependencies:   SDFileSystem Venus838 mbed MS5611 TinyGPS

Committer:
matgyver
Date:
Mon Jun 30 04:02:08 2014 +0000
Revision:
7:308ab9062b76
Parent:
1:678ba5aa45fc
Fixed lockup issue and swapped from Timer to Ticker.  Moved logging function to separate function.  Added more info to debug file and added placeholders for additional information.  Other minor bugfixes.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
ethanharstad 1:678ba5aa45fc 1 #define LED_GRN PC_8
ethanharstad 1:678ba5aa45fc 2 #define LED_YLW PC_6
ethanharstad 1:678ba5aa45fc 3 #define LED_ON 0
ethanharstad 1:678ba5aa45fc 4 #define LED_OFF 1
ethanharstad 1:678ba5aa45fc 5
ethanharstad 1:678ba5aa45fc 6 #define GPS_TX PA_11
ethanharstad 1:678ba5aa45fc 7 #define GPS_RX PA_12
ethanharstad 1:678ba5aa45fc 8
ethanharstad 1:678ba5aa45fc 9 #define RFD_TX PA_2
ethanharstad 1:678ba5aa45fc 10 #define RFD_RX PA_3
ethanharstad 1:678ba5aa45fc 11
ethanharstad 1:678ba5aa45fc 12 #define XBEE_TX PA_9
ethanharstad 1:678ba5aa45fc 13 #define XBEE_RX PA_10
ethanharstad 1:678ba5aa45fc 14
ethanharstad 1:678ba5aa45fc 15 #define IMU_INT PC_5