1 Intro
2
Electrocardiogram (
Ecg
) Signals
The Electrocardiogram (
Ecg
)
•
Ecg
: electrical manifestation of heart activity recorded
from the body surface
•
monitoring of heart rate
The
Ecg
signal can be recorded fairly easily with surface
electrodes placed on the limbs and/or the chest, see pages
6
–
16
below.
Josef Goette
2
2009
3 Keil SDK
3.12 Documenting Source Code
Documenting the source code is very important that other users of the code are able to understand
it. In this documentation Doxygen has been used. Listing
shows the used commands for
Doxygen. After running Doxygen a html help is generated. It is stored at
Listing 3.2:
Source Code Documentation with Doxygen
/
∗∗
∗
@ f i l e
u s a r t 1 . c
∗
@ b r i e f
USART usage f o r STM32 : putChar ( ) .
4
∗
∗
<
H3
>
P r o j e c t : u s a r t 1
<
/H3
>
∗
∗
Sends p e r i o d i c a l l y t h e c h a r a c t e r ’
∗
’ with 9600Baud t o i t s h o s t .
∗
S e t t i n g s ( s e e C o n f i g u r a t i o n Wizard o f STM32 Init ) :
9
∗ −
9600 Baud
∗ −
8/1/N
∗
∗
@author
Lukas Kohler / BFH
−
TI
∗
@date
1 5 . 0 7 . 2 0 0 9
14
∗
/
22
STM32 Cortex-M3 Tutorial