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

