⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 debug.h

📁 avr cpu 库源代码 对avr单片机编程很有帮助
💻 H
字号:


#ifndef _DEBUG_H
#define _DEBUG_H

#include <avr/pgmspace.h>
#include "global.h"

#define DEBUG_MODE_LCD		0x01
#define DEBUG_MODE_SERIAL	0x02
#define DEBUG_MODE_OSC		0x04

void debugInitLCD(u08 x, u08 y);

void debugInitOSC(void);

void debug(const char * fmt);

void debugFlash(u08 port, u08 pin);

#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -