From 8d453fb28dc7c07f0453d8d1063e5d2e72b9a320 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sun, 29 Dec 2019 13:13:07 +0100 Subject: oop rework in progress --- inc/jo_lowbat.hpp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'inc/jo_lowbat.hpp') diff --git a/inc/jo_lowbat.hpp b/inc/jo_lowbat.hpp index fd00892..57da23a 100644 --- a/inc/jo_lowbat.hpp +++ b/inc/jo_lowbat.hpp @@ -2,9 +2,19 @@ #define JO_LOWBAT_HPP #include +#include using namespace std; +class Lowbat { +public: + uint8_t jo_testAcpi(void); + int jo_notify(const string); + int jo_speak(const string); + string jo_exec(const char*); +private: +}; + int jo_notify(const string); int jo_speak (const string); string jo_exec (const char*); -- cgit v1.2.3