Proyecto ABInBev para la tarjeta Guaria 1/2.

custom_def.hpp

Committer:
fmanzano_dtk
Date:
24 months ago
Revision:
6:f4907ba89e16
Parent:
5:07720e3f99d2

File content as of revision 6:f4907ba89e16:

/**
 * @file custom_def.hpp
 * @author Felícito Manzano (felicito.manzano@detektor.com.sv)
 * @brief 
 * @version 0.1
 * @date 2022-07-04
 * 
 * @copyright Copyright (c) 2022
 * 
 */

#ifndef __GLOBAL_DEF_H
#define __GLOBAL_DEF_H

    #define ICS_BOARD_ID  11
    
    extern const char   hardware_version[10];
    extern const char   firmware_version[12];
    extern const char   release_date[12];
    extern const bool   external_eeprom;

#endif // __GLOBAL_DEF_H