CodeLibrary/MAShiroFan/include/head.h
JRNitre b01d9fbda0 追加了好多 Cplus 项目...
删除了一些不明所以的 Cplus 项目
2024-06-15 00:06:15 +08:00

21 lines
302 B
C

/*
* File name: head.h
* Author: JRNitre
* Version: MASVersion.0.0.0b
* Date: 2024-05-10
*
* Description:
* 头文件包含.
*/
#ifndef HEAD_h
#define HEAD_H
#include <Arduino.h>
#include <encoder.h>
#include <u8g2_display.h>
#include <MAShiroUI.h>
#define SERIAL_BAUD_RATE 115200
#endif