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:
- 19:0a3ae902722e
- Parent:
- 18:7f9c2b8541e1
- Child:
- 23:aad5fd1b3ef9
--- a/configuration.h Wed Oct 18 12:51:31 2017 +0000 +++ b/configuration.h Wed Oct 18 15:27:31 2017 +0000 @@ -1,7 +1,7 @@ /* * Los Putacos * Copyright (C) 2017, All rights reserved. -* ________________________________________ +* ________________________________________ * * Created by: Gustavo Campana, Michael Schmidt, Miguel Lopez * Date: 11-Oct-2017 @@ -24,7 +24,13 @@ // Your code here! #define RADIO_TX PA_11 #define RADIO_RX PA_12 -#define RADIO_RESET PC_4 +#define RADIO_RESET NC + +#define SD_CLK PC_10 +#define SD_MISO PC_11 +#define SD_MOSI PC_12 +#define SD_CS PD_2 + #endif // CONFIGURATION_H_ //----------------------------------------------------------------- \ No newline at end of file

