Stima V4 Slave RAIN
4.2
|
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... | |
debug for stimaV4 Slave source file
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.
int_t fputc | ( | int_t | c, |
FILE * | stream | ||
) |
void init_debug | ( | uint32_t | baudrate | ) |
void print_debug | ( | const char * | fmt, |
... | |||
) |
void print_debug_array | ( | const char * | prepend, |
const void * | data, | ||
size_t | length | ||
) |