From 3ee478b558307b690b4839c82bb6612cc3c3f3ac Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sun, 29 Dec 2019 14:47:00 +0100 Subject: work in progress --- inc/jo_lowbat.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'inc') diff --git a/inc/jo_lowbat.hpp b/inc/jo_lowbat.hpp index 57da23a..3f70e09 100644 --- a/inc/jo_lowbat.hpp +++ b/inc/jo_lowbat.hpp @@ -9,9 +9,11 @@ using namespace std; class Lowbat { public: uint8_t jo_testAcpi(void); + string jo_exec(const char*); + string jo_fetchBatlvl(void); int jo_notify(const string); int jo_speak(const string); - string jo_exec(const char*); + private: }; -- cgit v1.2.3