add board schematic
This commit is contained in:
parent
2acb3eca86
commit
e7c02ceda4
|
@ -138,9 +138,6 @@ int main(void)
|
|||
// configure systick interrupt
|
||||
systick_init();
|
||||
|
||||
rgb[0] = 10;
|
||||
rgb[1] = 10;
|
||||
rgb[2] = 10;
|
||||
|
||||
// do system shit
|
||||
while(1) {
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
|
||||
|
||||
extern void (*ledprog_rgb[8])(uint8_t);
|
||||
extern void (*ledprog_rgb[4])(uint8_t);
|
||||
|
||||
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue