This is just a simple test program **to check the hardware**: mbeduino and 4x4x4 LED_cube shield. \\ A class library is available for easy operation. Please find it at...\\ http://mbed.org/users/okano/libraries/LED_Cube444/\\ There are two demo programs for this library available. Please find those at...\\ (1) Very simplified demo sample code : \\ http://mbed.org/users/okano/programs/LED_Cube444_mbeduino-very_simple_demo/\\ (2) More complex (fancy) demo : \\ http://mbed.org/users/okano/programs/LED_Cube444_mbeduino_demo/\\ About the hardware: \\ http://mbed.org/users/okini3939/notebook/mbeduino/ \\ http://www.galileo-7.com/?pid=20015630 \\

Dependencies:   mbed

Committer:
okano
Date:
Thu Oct 14 01:08:36 2010 +0000
Revision:
0:cdfbcd6268db

        

Who changed what in which revision?

UserRevisionLine numberNew contents of line
okano 0:cdfbcd6268db 1 // pin definition header for "mbeduino"
okano 0:cdfbcd6268db 2 //
okano 0:cdfbcd6268db 3 // http://mbed.org/users/okini3939/notebook/mbeduino-shieldh/
okano 0:cdfbcd6268db 4
okano 0:cdfbcd6268db 5 #define ARD_D0 p27
okano 0:cdfbcd6268db 6 #define ARD_D1 p28
okano 0:cdfbcd6268db 7 #define ARD_D2 p29
okano 0:cdfbcd6268db 8 #define ARD_D3 p21
okano 0:cdfbcd6268db 9 #define ARD_D4 p30
okano 0:cdfbcd6268db 10 #define ARD_D5 p22
okano 0:cdfbcd6268db 11 #define ARD_D6 p23
okano 0:cdfbcd6268db 12 #define ARD_D7 p11
okano 0:cdfbcd6268db 13 #define ARD_D8 p12
okano 0:cdfbcd6268db 14 #define ARD_D9 p24
okano 0:cdfbcd6268db 15 #define ARD_D10 p25
okano 0:cdfbcd6268db 16 #define ARD_D11 p5
okano 0:cdfbcd6268db 17 #define ARD_D12 p6
okano 0:cdfbcd6268db 18 #define ARD_D13 p7
okano 0:cdfbcd6268db 19
okano 0:cdfbcd6268db 20 #define ARD_D14 ARD_A0
okano 0:cdfbcd6268db 21 #define ARD_D15 ARD_A1
okano 0:cdfbcd6268db 22 #define ARD_D16 ARD_A2
okano 0:cdfbcd6268db 23 #define ARD_D17 ARD_A3
okano 0:cdfbcd6268db 24 #define ARD_D18 ARD_SDA
okano 0:cdfbcd6268db 25 #define ARD_D19 ARD_SCL
okano 0:cdfbcd6268db 26
okano 0:cdfbcd6268db 27 #define ARD_A0 p15
okano 0:cdfbcd6268db 28 #define ARD_A1 p16
okano 0:cdfbcd6268db 29 #define ARD_A2 p17
okano 0:cdfbcd6268db 30 #define ARD_A3 p18
okano 0:cdfbcd6268db 31 #define ARD_A4 p19
okano 0:cdfbcd6268db 32 #define ARD_A5 p20
okano 0:cdfbcd6268db 33
okano 0:cdfbcd6268db 34 #define ARD_PWM0 ARD_D3
okano 0:cdfbcd6268db 35 #define ARD_PWM1 ARD_D5
okano 0:cdfbcd6268db 36 #define ARD_PWM2 ARD_D6
okano 0:cdfbcd6268db 37 #define ARD_PWM3 ARD_D9
okano 0:cdfbcd6268db 38 #define ARD_PWM4 ARD_D10
okano 0:cdfbcd6268db 39 #define ARD_PWM5 p26
okano 0:cdfbcd6268db 40
okano 0:cdfbcd6268db 41 #define ARD_RX ARD_D0
okano 0:cdfbcd6268db 42 #define ARD_TX ARD_D1
okano 0:cdfbcd6268db 43 #define ARD_SDA p9
okano 0:cdfbcd6268db 44 #define ARD_SCL p10
okano 0:cdfbcd6268db 45 #define ARD_MOSI p5
okano 0:cdfbcd6268db 46 #define ARD_MISO p6
okano 0:cdfbcd6268db 47 #define ARD_SCK p7