You've already forked uiflow-micropython
mirror of
https://github.com/m5stack/uiflow-micropython.git
synced 2026-05-20 10:39:27 -07:00
cfc6d36ae9
Signed-off-by: lbuque <1102390310@qq.com>
14 lines
180 B
C
14 lines
180 B
C
/*
|
|
* SPDX-FileCopyrightText: 2024 M5Stack Technology CO LTD
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
|
|
#ifndef _BOARD_H_
|
|
#define _BOARD_H_
|
|
|
|
void board_init();
|
|
void power_init();
|
|
|
|
#endif
|