real honest
Dependencies: ELEC350-Practicals-FZ429
Fork of Task680solution-mbed-os-FZ429ZI by
Revision 4:958cfd74ef1c, committed 2017-12-06
- Comitter:
- noutram
- Date:
- Wed Dec 06 11:20:21 2017 +0000
- Parent:
- 3:13716f14b257
- Child:
- 5:49bcc61caa2c
- Commit message:
- changed MOSI pin to PB_5
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Thu Nov 23 10:55:50 2017 +0000 +++ b/main.cpp Wed Dec 06 11:20:21 2017 +0000 @@ -6,7 +6,7 @@ #include "sample_hardware.hpp" //SD Card Object - SDBlockDevice sd(D11, D12, D13, D10); // mosi, miso, sclk, cs + SDBlockDevice sd(PB_5, D12, D13, D10); // mosi, miso, sclk, cs uint8_t block[512] = "Hello World!\n"; int main()
