📄 debug.h
字号:
/*! \file debug.h \brief Funkcje debuguj筩e. */
/*
Copyright (c) 2004 Robert Krysztof
robert.krysztof@wp.pl
http://www.avr-gcc.prv.pl
*/
//*****************************************************************************
//
// File Name : 'debug.h'
// Title : Helpful debugging functions
// Author : Pascal Stang - Copyright (C) 2003
//
// Description : This file contains a set of functions which may be useful
// for general debugging.
//
// This code is distributed under the GNU Public License
// which can be found at http://www.gnu.org/licenses/gpl.txt
//
//*****************************************************************************
/** \defgroup debug Funkcje debuguj筩e
Zawiera r罂ne funkcje przydatne przy "odpluskwianiu" program體 i sprz阾u.
\code
#include "debug.h"
\endcode
*/
#ifndef DEBUG_H
#define DEBUG_H
#include <avr/io.h>
#include "global.h"
#include "uart.h"
/*@{*/
/**
Wypisuje obszar pami阠i jako sformatowan
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -