Nucleo based high altitude balloon computer

Dependencies:   SDFileSystem Venus838 mbed MS5611 TinyGPS

Committer:
ethanharstad
Date:
Tue Jun 24 05:42:15 2014 +0000
Revision:
1:678ba5aa45fc
Update structure

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