vr1.1

Dependencies:   FreescaleIAP mbed-rtos mbed

Fork of CDMS_RTOS_v1_1 by Team Fox

Revision:
12:cb3ee1ac3638
Parent:
9:7ff6d75cc09e
Child:
13:ba5dca9e18d8
--- a/PL.h	Mon Jul 06 06:25:14 2015 +0000
+++ b/PL.h	Mon Jul 06 10:31:29 2015 +0000
@@ -7,5 +7,13 @@
 int8_t power_level;
 bool I2C_acknowledgement;
 
-SPISlave pl_spi(PTE18, PTE19, PTE17, PTE16 ); // mosi, miso, sclk, ssel --> using SPI1
-int payloadBins = 4;
\ No newline at end of file
+int payloadBins = 4;
+
+uint64_t PL_SCIENCE_FLAG;
+uint8_t scienceRawPacket[4];
+Timer SRP_INTER_VAL_COUNTER;
+bool First_Science_Data=0;
+float TIME_ELAPSED_LAST_SRP=0;
+bool PL_FRAME_SIZE_CORRECT;
+
+extern uint64_t all_flags;
\ No newline at end of file