aboutsummaryrefslogtreecommitdiffstats
path: root/src/jo_lowbat.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-04-19 21:22:14 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-04-19 21:22:14 +0200
commit30114ac62a2411e0a0722e33ec64610179509d15 (patch)
treecf8b6f7c7a3255a14025c4fada2aa6321cccf665 /src/jo_lowbat.h
parentBug fix (diff)
downloadlowbat-bsd-30114ac62a2411e0a0722e33ec64610179509d15.tar.gz
lowbat-bsd-30114ac62a2411e0a0722e33ec64610179509d15.tar.bz2
lowbat-bsd-30114ac62a2411e0a0722e33ec64610179509d15.tar.xz
lowbat-bsd-30114ac62a2411e0a0722e33ec64610179509d15.tar.zst
lowbat-bsd-30114ac62a2411e0a0722e33ec64610179509d15.zip
Removed C main, new main is now in asm
Diffstat (limited to 'src/jo_lowbat.h')
-rw-r--r--src/jo_lowbat.h38
1 files changed, 0 insertions, 38 deletions
diff --git a/src/jo_lowbat.h b/src/jo_lowbat.h
deleted file mode 100644
index 2a664db..0000000
--- a/src/jo_lowbat.h
+++ /dev/null
@@ -1,38 +0,0 @@
-/****************************************************************************************/
-/* */
-/* File : jo_lowbat.h /_________/ */
-/* Author : Joe | */
-/* Date : 04/2020 | */
-/* Info : The general header | */
-/* / | */
-/* \ / */
-/* \_____/ */
-/* */
-/****************************************************************************************/
-
-#ifndef JO_LOWBAT_H
-#define JO_LOWBAT_H
-
-#include <jo_lowbat.h>
-#include <jo_n_speak.h>
-#include <jo_n_notify.h>
-#include <stdlib.h>
-#include <stddef.h>
-#include <stdint.h>
-#include <stdio.h>
-
-enum
-{
- JO_RET_FINE,
- JO_RET_RD_FAILED,
- JO_RET_ESPEAK_FAILED
-};
-
-int8_t jo_r_lowbat(
- int,
- const char**
- );
-int8_t jo_f_status(void);
-int8_t jo_f_percent(void);
-
-#endif