/PIC Stuff/Cerebot_32MX7_LED_Cube/main.c |
---|
110,20 → 110,20 |
// Process button inputs |
BTN_DATA btn_data; |
BTN_Init(&btn_data, &BTN1_Interrupt, &BTN2_Interrupt, NULL); |
BTN_Init(&btn_data, &BTN1_Interrupt, &BTN2_Interrupt, &BTN3_Interrupt); |
// Begin display |
Cube_Set_All(0xFF,0,0); |
Delay_MS(6000); |
Cube_Set_All(0,0xFF,0); |
Delay_MS(6000); |
Cube_Set_All(0,0,0xFF); |
Delay_MS(6000); |
// Cube_Set_All(RED); |
// Delay_MS(6000); |
// Cube_Set_All(GREEN); |
// Delay_MS(6000); |
// Cube_Set_All(BLUE); |
// Delay_MS(6000); |
// Set the overlay text |
char text_string[] = "CCMLab "; |
Cube_Text_Init(text_string, 7, 0xFF, 0xFF, 0xFF); |
char text_string[] = "Welcome to the CCM Lab "; |
Cube_Text_Init(text_string, 26, 0xFF, 0xFF, 0xFF); |
TIMER4_Start(); |
// Loop through some preset animations |
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/Makefile-genesis.properties |
---|
1,5 → 1,5 |
# |
#Mon Jul 01 23:43:27 EDT 2013 |
#Tue Jul 02 13:52:34 EDT 2013 |
default.com-microchip-mplab-nbide-toolchainXC32-XC32LanguageToolchain.md5=6b4fa04caf3910c7c3a4666b1aea8c5c |
default.languagetoolchain.dir=C\:\\Program Files (x86)\\Microchip\\xc32\\v1.20\\bin |
com-microchip-mplab-nbide-embedded-makeproject-MakeProject.md5=415494acd195d89b2f6d7a36797a5ab4 |
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/private/configurations.xml |
---|
4,7 → 4,7 |
<defaultConf>0</defaultConf> |
<confs> |
<conf name="default" type="2"> |
<platformToolSN>:=MPLABCommUSB:=04D8:=8108:=0002:=Digilent:=CerebotMX7CK:=D459520:=x:=en</platformToolSN> |
<platformToolSN>:=MPLABCommUSB:=04D8:=8108:=0002:=Digilent:=Cerebot 32MX7:=D370400:=x:=en</platformToolSN> |
<languageToolchainDir>C:\Program Files (x86)\Microchip\xc32\v1.20\bin</languageToolchainDir> |
<mdbdebugger version="1"> |
<placeholder1>place holder 1</placeholder1> |