Los Putacos / Mbed OS WearableDevice_Nucleo

Dependencies:   MPU9250_SPI SDFileSystem XBeeLib

configuration.h

Committer:
gusteibolt
Date:
2017-10-17
Revision:
16:dd9ec4f4bbdd
Parent:
15:0a95d295e76e
Child:
17:f98597cd2efc

File content as of revision 16:dd9ec4f4bbdd:

/*
* 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_
//-----------------------------------------------------------------