?? debughelper.h
字號:
#ifndef DEBUGHELPER_H
#define DEBUGHELPER_H
#include <avr/pgmspace.h>
void Debug_ByteToUart_p(const char *s, const uint8_t val);
#define Debug_ByteToUart_P(s, v) Debug_ByteToUart_p(PSTR(s), v)
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -