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
Diff: configuration.h
- 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

