TacOS  0.2
 Tout Structures de données Fichiers Fonctions Variables Définitions de type Énumérations Macros
beeper.h
Aller à la documentation de ce fichier.
1 
29 #ifndef _BEEPER_H_
30 #define _BEEPER_H_
31 
35 void beeper_init();
36 
37 #endif //_BEEPER_H_
void beeper_init()
Initialisation du driver.
Definition: beeper.c:101