Stima V4 Slave RAIN  4.2
debug.cpp File Reference

debug for stimaV4 Slave source file More...

#include "debug.h"

Go to the source code of this file.

Functions

int_t fputc (int_t c, FILE *stream)
 Put char to file output. More...
 
void init_debug (uint32_t baudrate)
 init serial monitor More...
 
void print_debug (const char *fmt,...)
 Print debug from ram. More...
 
void print_debug_array (const char *prepend, const void *data, size_t length)
 Display the contents of an array. More...
 
void print_debug_F (const __FlashStringHelper *fmt,...)
 Print debug from rom Flash. More...
 

Detailed Description

debug for stimaV4 Slave source file

Author
Moreno Gasperini m.gas.nosp@m.peri.nosp@m.ni@di.nosp@m.gite.nosp@m.co.it
Marco Baldinetti m.bal.nosp@m.dine.nosp@m.tti@d.nosp@m.igit.nosp@m.eco.i.nosp@m.t
Attention

© Stimav4 is Copyright (C) 2023 ARPAE-SIMC urpsi.nosp@m.m@ar.nosp@m.pae.i.nosp@m.t

All rights reserved.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. http://www.gnu.org/licenses/.

Definition in file debug.cpp.

Function Documentation

◆ fputc()

int_t fputc ( int_t  c,
FILE *  stream 
)

Put char to file output.

Parameters
cchar to write
streamoutput mode file
Returns
success

Definition at line 37 of file debug.cpp.

◆ init_debug()

void init_debug ( uint32_t  baudrate)

init serial monitor

Parameters
baudratespeed monitor

Definition at line 57 of file debug.cpp.

◆ print_debug()

void print_debug ( const char *  fmt,
  ... 
)

Print debug from ram.

Parameters
fmtpointer to class FlashStringHelper

Definition at line 66 of file debug.cpp.

◆ print_debug_array()

void print_debug_array ( const char *  prepend,
const void *  data,
size_t  length 
)

Display the contents of an array.

Parameters
prependString to prepend to the left of each line
dataPointer to the data array
lengthNumber of bytes to display

Definition at line 81 of file debug.cpp.

◆ print_debug_F()

void print_debug_F ( const __FlashStringHelper *  fmt,
  ... 
)

Print debug from rom Flash.

Parameters
fmtpointer to class FlashStringHelper

Definition at line 102 of file debug.cpp.