Add LED matrix control (12×8)

This commit is contained in:
fruchti 2019-12-22 22:04:05 +01:00
parent dc3ce3a777
commit bc062dac9b
5 changed files with 86 additions and 28 deletions

View file

@ -2,6 +2,12 @@
int main(void)
{
// Delay a bit to make programming easier
for(int i = 0; i < 30000; i++)
{
__asm__ volatile("nop");
}
LED_Init();
while(1)