HomeAut
Main Page
Data Structures
Files
File List
Globals
swo.h
1
/*
2
* swo.h
3
*
4
* Created on: 2016. dec. 14.
5
* Author: Vizi Gábor
6
* E-mail: vizi.gabor90@gmail.com
7
* Function: -
8
* Target: STM32Fx
9
* Version: -
10
* Last modified: 2016. dec. 14.
11
*/
12
13
#ifndef SWO_H_
14
#define SWO_H_
15
16
17
18
/*------------------------------------------------------------------------------
19
* Includes
20
*----------------------------------------------------------------------------*/
21
#include "include.h"
22
23
24
25
/*------------------------------------------------------------------------------
26
* Global function declarations
27
*----------------------------------------------------------------------------*/
28
29
uint8_t SWO_SendMessage(
const
char
*message);
30
uint8_t SWO_SendChar(uint8_t ch);
31
32
33
34
#endif
/* SWO_H_ */
Inc
swo.h
Generated by
1.8.11