Proyecto ABInBev para la tarjeta Guaria 1/2.

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers gpio_exe.hpp Source File

gpio_exe.hpp

Go to the documentation of this file.
00001 /**
00002  * @file gpio_exe.hpp
00003  * @author Felícito Manzano (felicito.manzano@detektor.com.sv)
00004  * @brief 
00005  * @version 0.1
00006  * @date 2020-10-01
00007  * 
00008  * @copyright Copyright (c) 2020
00009  * 
00010  */
00011 
00012 #ifndef __GPIO_EXE_HPP
00013 #define __GPIO_EXE_HPP
00014 
00015     extern char        gpio_buffer[];
00016     extern const char  TCA_ID_PILOTO[9];
00017     extern const char  TCA_ID_COPILOTO[9];
00018     extern const char  TCA_ID_TRIPULANTE[9];
00019     extern const char  TCA_ID_LECTOR_HUE[9];
00020     extern const char  TCA_ID_BLUETOOTH[9];
00021     
00022     extern const char  IO_ENGINE_LOCK[26];
00023     extern const char  IO_ENGINE_UNLOCK[26];
00024 
00025     // FUNCTIONS
00026     void process_Inputs ();
00027     void process_inputRainSensor();
00028     
00029 #endif // __GPIO_EXE_HPP