Los Putacos / Mbed OS WearableDevice_Nucleo

Dependencies:   MPU9250_SPI SDFileSystem XBeeLib

Revision:
19:0a3ae902722e
Parent:
18:7f9c2b8541e1
Child:
23:aad5fd1b3ef9
diff -r 7f9c2b8541e1 -r 0a3ae902722e configuration.h
--- a/configuration.h	Wed Oct 18 12:51:31 2017 +0000
+++ b/configuration.h	Wed Oct 18 15:27:31 2017 +0000
@@ -1,7 +1,7 @@
 /*
 * Los Putacos
 * Copyright (C) 2017, All rights reserved.
-* ________________________________________ 
+* ________________________________________
 *
 * Created by: Gustavo Campana, Michael Schmidt, Miguel Lopez
 *       Date: 11-Oct-2017
@@ -24,7 +24,13 @@
 // Your code here!
 #define RADIO_TX PA_11
 #define RADIO_RX PA_12
-#define RADIO_RESET PC_4
+#define RADIO_RESET NC
+
+#define SD_CLK PC_10
+#define SD_MISO PC_11
+#define SD_MOSI PC_12
+#define SD_CS PD_2
+
 
 #endif // CONFIGURATION_H_
 //-----------------------------------------------------------------
\ No newline at end of file