Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: MPU9250_SPI SDFileSystem XBeeLib
configuration.h
- Committer:
- Muglug
- Date:
- 2017-10-25
- Revision:
- 23:aad5fd1b3ef9
- Parent:
- 19:0a3ae902722e
- Child:
- 26:4bc56ce08d15
File content as of revision 23:aad5fd1b3ef9:
/*
* 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 - Comment the Version not used
// #define STM32F401RET6 1
#define STM32F446RET6 1
// Debug mode
#define DEBUG_MODE 0
#endif // CONFIGURATION_H_
//-----------------------------------------------------------------

