3.24_433_RX版本:封装RF433模块,完成开机进入TX/RX模式并在开发板验证成功
This commit is contained in:
17
Core/Inc/u8g2_hal.h
Normal file
17
Core/Inc/u8g2_hal.h
Normal file
@ -0,0 +1,17 @@
|
||||
/*
|
||||
* @Author: JFeng 2834294740@qq.com
|
||||
* @Date: 2023-06-30 12:08:24
|
||||
* @LastEditors: JFeng 2834294740@qq.com
|
||||
* @LastEditTime: 2023-07-14 20:12:55
|
||||
* @FilePath: \MY_GUI\HARDWARE\stm32_u8g2.h
|
||||
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
||||
*/
|
||||
#ifndef __STM32_U8G2_H
|
||||
#define __STM32_U8G2_H
|
||||
|
||||
#include "main.h"
|
||||
#include "u8g2.h"
|
||||
|
||||
void u8g2Init(u8g2_t *u8g2);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user