mirror of
https://github.com/badgeteam/mch2022-template-app.git
synced 2024-11-22 08:41:00 +00:00
8 lines
171 B
C
8 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);
|