Files
picomap/firmware/include/handlers.h

10 lines
242 B
C
Raw Normal View History

#pragma once
2026-04-06 20:09:30 +09:00
#include <string_view>
#include "wire.h"
2026-04-06 20:09:30 +09:00
extern std::string_view firmware_name;
ResponsePICOBOOT handle_picoboot(const RequestPICOBOOT&);
ResponseInfo handle_info(const RequestInfo&);
ResponseLog handle_log(const RequestLog&);