Los Putacos / Mbed OS WearableDevice_Nucleo

Dependencies:   MPU9250_SPI SDFileSystem XBeeLib

Revision:
2:7f90cc734a10
Child:
14:13fb16fbb444
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/configuration.h	Wed Oct 11 17:30:35 2017 +0000
@@ -0,0 +1,28 @@
+/*
+* Los Putacos
+* Copyright (C) 2017, All rights reserved.
+* ________________________________________ 
+*
+* Created by: Gustavo Campana, Michael Schmidt, Miguel Lopez
+*       Date: 11-Oct-2017
+*    Version: V0.1
+*/
+
+//-----------------------------------------------------------------
+#ifndef CONFIGURATION_H_
+#define CONFIGURATION_H_
+
+// Code version control
+#define CODE_VERSION "0.1"
+
+// Microcontroller definition
+#define MICROCONTROLLER "STM32F401RET6"
+
+// Debug mode
+#define DEBUG_MODE  0
+
+// Your code here!
+
+    
+#endif // CONFIGURATION_H_
+//-----------------------------------------------------------------
\ No newline at end of file