mirror of
https://github.com/badgeteam/mch2022-template-app.git
synced 2024-11-26 11:01:06 +00:00
9 lines
119 B
C
9 lines
119 B
C
|
#pragma once
|
||
|
|
||
|
#include "hardware.h"
|
||
|
#include "rp2040.h"
|
||
|
#include "ili9341.h"
|
||
|
#include "ice40.h"
|
||
|
|
||
|
esp_err_t nvs_init();
|