debug.h
来自「Source code for RFM01 fm radio receiver」· C头文件 代码 · 共 39 行
H
39 行
/*! \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 + =
减小字号Ctrl + -
显示快捷键?