summaryrefslogtreecommitdiffstats
path: root/modules/proc/inc/proc_resistor.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/proc/inc/proc_resistor.h')
-rw-r--r--modules/proc/inc/proc_resistor.h50
1 files changed, 0 insertions, 50 deletions
diff --git a/modules/proc/inc/proc_resistor.h b/modules/proc/inc/proc_resistor.h
deleted file mode 100644
index 7784ebb..0000000
--- a/modules/proc/inc/proc_resistor.h
+++ /dev/null
@@ -1,50 +0,0 @@
-/******************************************************************************
- * Copyright (C) 2018 Alejandro Colomar Andrés *
- ******************************************************************************/
-
-
-/******************************************************************************
- ******* include guard ********************************************************
- ******************************************************************************/
-# ifndef VA_PROC_RESISTOR_H
- # define VA_PROC_RESISTOR_H
-
-
-/******************************************************************************
- ******* macros ***************************************************************
- ******************************************************************************/
-
-
-/******************************************************************************
- ******* enums ****************************************************************
- ******************************************************************************/
- enum Proc_Resistor {
- RESISTOR_OK,
- RESISTOR_NOK_RESISTOR,
- RESISTOR_NOK_BANDS,
- RESISTOR_NOK_COLOR,
- RESISTOR_NOK_STD_VALUE,
- RESISTOR_NOK_TOLERANCE
- };
-
-
-/******************************************************************************
- ******* variables ************************************************************
- ******************************************************************************/
-
-
-/******************************************************************************
- ******* functions ************************************************************
- ******************************************************************************/
- int proc_resistor (void);
-
-
-/******************************************************************************
- ******* include guard ********************************************************
- ******************************************************************************/
-# endif /* proc_resistor.h */
-
-
-/******************************************************************************
- ******* end of file **********************************************************
- ******************************************************************************/