add board schematic

This commit is contained in:
true 2024-08-07 09:35:16 -07:00
parent 2acb3eca86
commit e7c02ceda4
3 changed files with 22561 additions and 4 deletions

View File

@ -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) {

View File

@ -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