aboutsummaryrefslogtreecommitdiffstats
path: root/src/jo_lowbat.h
blob: 2a664dbc9b1552cdc55deaaab07722e8d57dac21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
/****************************************************************************************/
/*                                                                                      */
/*  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