diff options
Diffstat (limited to 'src/jo_lowbat.h')
-rw-r--r-- | src/jo_lowbat.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/jo_lowbat.h b/src/jo_lowbat.h new file mode 100644 index 0000000..ddc6679 --- /dev/null +++ b/src/jo_lowbat.h @@ -0,0 +1,23 @@ +/****************************************************************************************/ +/* */ +/* File : jo_lowbat.h /_________/ */ +/* Author : Joe | */ +/* Date : 04/2020 | */ +/* Info : The general header | */ +/* / | */ +/* \ / */ +/* \_____/ */ +/* */ +/****************************************************************************************/ + +#ifndef JO_LOWBAT_H +#define JO_LOWBAT_H + +enum +{ + JO_RET_FINE, + JO_RET_RD_FAILED +}; +char *jo_f_status(void); + +#endif |