Proyecto ABInBev para la tarjeta Guaria 1/2.

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers custom_def.hpp Source File

custom_def.hpp

Go to the documentation of this file.
00001 /**
00002  * @file custom_def.hpp
00003  * @author Felícito Manzano (felicito.manzano@detektor.com.sv)
00004  * @brief 
00005  * @version 0.1
00006  * @date 2022-07-04
00007  * 
00008  * @copyright Copyright (c) 2022
00009  * 
00010  */
00011 
00012 #ifndef __GLOBAL_DEF_H
00013 #define __GLOBAL_DEF_H
00014 
00015     #define ICS_BOARD_ID  11
00016     
00017     extern const char   hardware_version[10];
00018     extern const char   firmware_version[12];
00019     extern const char   release_date[12];
00020     extern const bool   external_eeprom;
00021 
00022 #endif // __GLOBAL_DEF_H