2026-04-06 17:24:34 +09:00
|
|
|
#pragma once
|
2026-04-06 20:09:30 +09:00
|
|
|
#include <string_view>
|
2026-04-06 17:24:34 +09:00
|
|
|
#include "wire.h"
|
|
|
|
|
#include "usb_cdc.h"
|
|
|
|
|
|
2026-04-06 20:09:30 +09:00
|
|
|
extern std::string_view firmware_name;
|
|
|
|
|
|
2026-04-06 17:24:34 +09:00
|
|
|
void handle_picoboot(usb_cdc& usb, uint32_t message_id);
|
|
|
|
|
void handle_info(usb_cdc& usb, uint32_t message_id);
|