Attachment 'mod_system.tex'
Download 1 \section{module system}
2 On trouve ici quelques fonctions de configuration
3
4 \#include <system.h>
5 \subsection{sleep}
6 Met le microcontrôleur en sommeil.
7
8 void sleep(void);
9 \subsection{ASM}
10 fonction qui inclut du code ASSEMBLER
11
12 void ASM(char comando[]);
13 \subsection{Exemple System}
14 Pour compiler tu as besoin des commandes suivantes
15
16 Exemple de compilation : ./compila.sh ej\_system 16f877a
17
18 ej\_system.c
19 \verbatiminput{source/ej_system.c}
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.