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.
Dependents: YATTT sd_map_test cPong SnowDemo ... more
connect.h
00001 #ifndef _CONNECT_H_ 00002 00003 namespace PFFS { 00004 00005 //SDFileSystem sd(P0_9,P0_8, P1_29, P1_19, "sd"); // mosi,miso,clk,cs 00006 #define CONNECT_MOSI P0_9 //p5 00007 #define CONNECT_MISO P0_8 //p6 00008 #define CONNECT_SCK P0_6 //p7 00009 #define CONNECT_CS P0_7 //p13 00010 #define SPI_FREQ 20000000 // was 400000 00011 00012 } // namespace PFFS 00013 00014 #define _CONNECT_H_ 00015 #endif 00016 00017
Generated on Tue Jul 12 2022 11:20:31 by
1.7.2