PokittoLib is the library needed for programming the Pokitto DIY game console (www.pokitto.com)

Dependents:   Sensitive

Fork of PokittoLib by Jonne Valola

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers connect.h Source File

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