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:
- 17:f98597cd2efc
- Parent:
- 16:dd9ec4f4bbdd
- Child:
- 18:7f9c2b8541e1
--- a/configuration.h Tue Oct 17 11:32:45 2017 +0000 +++ b/configuration.h Tue Oct 17 12:04:41 2017 +0000 @@ -22,6 +22,9 @@ #define DEBUG_MODE 0 // Your code here! +#define RADIO_TX PA_2 +#define RADIO_RX PA_3 +#define RADIO_RESET PC_4 #endif // CONFIGURATION_H_ //----------------------------------------------------------------- \ No newline at end of file

