vr1.1

Dependencies:   FreescaleIAP mbed-rtos mbed

Fork of CDMS_RTOS_v1_1 by Team Fox

Revision:
9:7ff6d75cc09e
Parent:
8:607ae92fa6af
Child:
12:cb3ee1ac3638
--- a/PL.h	Sat Jul 04 08:56:34 2015 +0000
+++ b/PL.h	Sat Jul 04 09:44:31 2015 +0000
@@ -0,0 +1,11 @@
+uint8_t pl_main_flags;
+uint8_t pl_state;
+uint8_t pl_prev_state;
+uint8_t pl_schedule_TC;
+uint8_t pl_status;
+bool pl_schedule;
+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