mirror of
https://github.com/badgeteam/mch2022-template-app.git
synced 2024-11-25 10:10:59 +00:00
7 lines
151 B
C
7 lines
151 B
C
#pragma once
|
|
|
|
#include "ice40.h"
|
|
#include "pax_gfx.h"
|
|
#include "ili9341.h"
|
|
|
|
void fpga_download(ICE40* ice40, pax_buf_t* pax_buffer, ILI9341* ili9341);
|