30319_labs
Sistemas Electrónicos con Microprocesadores
Cargando...
Buscando...
Nada coincide
pulsaciones.h
1
8
9#ifndef PULSACIONES_H_
10#define PULSACIONES_H_
11
12#include <stdint.h>
13
19
25
31
32#define TIEMPO1 400
33#define TIEMPO2 100
34 /* end of pulsaciones_config */
36
42
72uint8_t pulsaciones (const uint8_t pulsado, const uint8_t reset);
73 /* end of pulsaciones_functions */
75 /* end of Pulsaciones */
77 /* end of Shared */
79
80#endif /* PULSACIONES_H_ */
uint8_t pulsaciones(const uint8_t pulsado, const uint8_t reset)
Detector de pulsación mediante máquina de estados finitos.