RT-USB-9AXIS-00
総合概要
モジュール
データ構造
ファイル
ファイル一覧
大域各種
debug.h
1
/* ------------------------------------------------------------ *
2
File debug.h
3
4
デバッグ用関数群
5
* ------------------------------------------------------------ */
6
#ifndef DEBUG_H
7
#define DEBUG_H
8
9
int
myPrintfUART(
const
char
*fmt, ...);
10
int
myPrintfUSB(
const
char
*fmt, ...);
11
12
#endif
13
14
15
/******************************************************************************
16
** End Of File
17
******************************************************************************/
RT-USB-9AXIS-sample
inc
PERIPHERAL
debug.h
構築:
1.8.10