mirror of
https://github.com/badgeteam/mch2022-template-app.git
synced 2024-11-22 16:51:01 +00:00
9 lines
171 B
C
9 lines
171 B
C
|
#pragma once
|
||
|
|
||
|
#include "hardware.h"
|
||
|
#include "rp2040.h"
|
||
|
#include "ili9341.h"
|
||
|
#include "ice40.h"
|
||
|
|
||
|
void fpga_test(ILI9341* ili9341, ICE40* ice40, xQueueHandle buttonQueue);
|