Subversion Repositories Code-Repo

Compare Revisions

Ignore whitespace Rev 243 → Rev 255

/PIC Stuff/Cerebot_32MX7_LED_Cube/TRON.c
34,6 → 34,7
void Tron_Main(void) {
// Main function, loops and delays while updating the frame every x milliseconds
Tron_Update_Direction(0x04,0x04);
Controller_Set_Leds(0x01,0x01);
Delay_MS(2000);
while (1) {
Tron_Update_Frame();