mch2022-talktopics/main/include/webusb.h

9 lines
192 B
C
Raw Normal View History

2022-06-05 23:07:58 +00:00
#pragma once
#include "ice40.h"
#include "pax_gfx.h"
#include "ili9341.h"
#include <freertos/FreeRTOS.h>
void webusb_main(xQueueHandle buttonQueue, pax_buf_t* pax_buffer, ILI9341* ili9341);