Add firmware

This commit is contained in:
2026-02-06 19:45:57 +01:00
parent eca8d2532f
commit 05e7398731
17 changed files with 1298 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#pragma once
#include "pico.h"
#include "pico/sem.h"
extern semaphore_t stdio_dual_usb_mutex;
bool stdio_dual_usb_init(void);