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