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.
Fork of PokittoLib by
connect.h
00001 #ifndef _CONNECT_H_ 00002 00003 //SDFileSystem sd(P0_9,P0_8, P1_29, P1_19, "sd"); // mosi,miso,clk,cs 00004 #define CONNECT_MOSI P0_9 //p5 00005 #define CONNECT_MISO P0_8 //p6 00006 #define CONNECT_SCK P0_6 //p7 00007 #define CONNECT_CS P0_7 //p13 00008 #define SPI_FREQ 400000 00009 00010 #define _CONNECT_H_ 00011 #endif 00012
Generated on Tue Jul 12 2022 18:08:12 by
1.7.2
