Nucleo based high altitude balloon computer
Dependencies: SDFileSystem Venus838 mbed MS5611 TinyGPS
Revision 2:244d3912b449, committed 2014-06-24
- Comitter:
- ethanharstad
- Date:
- Tue Jun 24 14:13:56 2014 +0000
- Parent:
- 1:678ba5aa45fc
- Child:
- 3:552319ab5341
- Commit message:
- Add pressure sensor
Changed in this revision
| Atlas.cpp | Show annotated file Show diff for this revision Revisions of this file |
| MS5611.lib | Show annotated file Show diff for this revision Revisions of this file |
--- a/Atlas.cpp Tue Jun 24 05:42:15 2014 +0000
+++ b/Atlas.cpp Tue Jun 24 14:13:56 2014 +0000
@@ -2,11 +2,13 @@
#include "Atlas.h"
#include "SDFileSystem.h"
#include "Venus838.h"
+#include "MS5611I2C.h"
DigitalOut grn(LED_GRN);
DigitalOut ylw(LED_YLW);
Serial pc(USBTX, USBRX);
Venus838 gps(GPS_TX, GPS_RX);
+MS5611I2C pres(I2C_SDA, I2C_SCL, false);
SDFileSystem sd(SPI_MOSI, SPI_MISO, SPI_SCK, SPI_CS, "sd");
void init() {
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/MS5611.lib Tue Jun 24 14:13:56 2014 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/teams/Aerodyne/code/MS5611/#847720b736ea