Proyecto ABInBev para la tarjeta Guaria 1/2.

Revision:
5:07720e3f99d2
Child:
6:f4907ba89e16
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/custom_def.hpp	Mon Jul 04 22:28:16 2022 -0600
@@ -0,0 +1,22 @@
+/**
+ * @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];
+
+
+#endif // __GLOBAL_DEF_H
\ No newline at end of file