mirror of
https://gitee.com/dlmu-cone/bf_original_balance_chassis
synced 2026-07-24 11:37:45 +08:00
新增了教程和注释以及文档,增加了一键编译并打开ozone调试的脚本
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
/**
|
||||
* @file oled.h
|
||||
* @author your name (you@domain.com)
|
||||
* @brief 待重构实现
|
||||
* @version 0.1
|
||||
* @date 2023-02-14
|
||||
* @todo 请重构show string/init/clean/update buffer等的实现
|
||||
*
|
||||
* @copyright Copyright (c) 2023
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef OLED_H
|
||||
#define OLED_H
|
||||
#include <stdint.h>
|
||||
|
||||
Reference in New Issue
Block a user