vr1.1

Dependencies:   FreescaleIAP mbed-rtos mbed

Fork of CDMS_RTOS_v1_1 by Team Fox

Files at this revision

API Documentation at this revision

Comitter:
cholletisaik777
Date:
Fri Jul 17 06:35:40 2015 +0000
Parent:
15:2c8629da6ec9
Commit message:
COM INTEGRATION

Changed in this revision

PL.cpp Show annotated file Show diff for this revision Revisions of this file
RTC.cpp Show annotated file Show diff for this revision Revisions of this file
SDCard.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/PL.cpp	Thu Jul 16 09:42:13 2015 +0000
+++ b/PL.cpp	Fri Jul 17 06:35:40 2015 +0000
@@ -2,7 +2,7 @@
 #include "PL.h"
 #include "all_funcs.h"
 #include "Flags.h"
-#include "pinconfig.h"
+#include "pin_config.h"
 
 SPISlave pl_spi(PIN16, PIN17, PIN15, PIN14); // mosi, miso, sclk, ssel --> using SPI1
 
--- a/RTC.cpp	Thu Jul 16 09:42:13 2015 +0000
+++ b/RTC.cpp	Fri Jul 17 06:35:40 2015 +0000
@@ -1,7 +1,7 @@
 #include "mbed.h"
 #include "RTC.h"
 #include "all_funcs.h"
-#include "pinconfig.h"
+#include "pin_config.h"
 
 SPI rtc_spi(PIN2, PIN1, PIN3);      // MOSI,MISO, CLOCK microcontroller(in order)                                                       
 DigitalOut rtc_cs(PIN26);         //Slave Select pin 
--- a/SDCard.cpp	Thu Jul 16 09:42:13 2015 +0000
+++ b/SDCard.cpp	Fri Jul 17 06:35:40 2015 +0000
@@ -3,7 +3,7 @@
 #include "SDCard.h"
 #include "all_funcs.h"
 #include "Flags.h"
-#include "pinconfig.h"
+#include "pin_config.h"
 
 SPI spi_SD(PIN2, PIN1, PIN3); // mosi, miso, sclk
 DigitalOut cs_SD(PIN20);