mirror of
https://github.com/badgeteam/mch2022-template-app.git
synced 2024-11-22 16:51:01 +00:00
10 lines
226 B
C
10 lines
226 B
C
#pragma once
|
|
|
|
#include <sdkconfig.h>
|
|
#include <freertos/FreeRTOS.h>
|
|
#include <freertos/task.h>
|
|
#include <freertos/queue.h>
|
|
#include "ili9341.h"
|
|
#include "pax_gfx.h"
|
|
|
|
void factory_test(pax_buf_t* pax_buffer, ILI9341* ili9341);
|