Implement CardputerPower and improve EstimatedPower driver (#335)

This commit is contained in:
Ken Van Hoeylandt
2025-09-14 15:42:10 +02:00
committed by GitHub
parent d5c94c7a8a
commit ce8ac61d42
9 changed files with 167 additions and 21 deletions
-2
View File
@@ -31,8 +31,6 @@ std::shared_ptr<PowerApp> _Nullable optApp() {
class PowerApp : public App {
private:
Timer update_timer = Timer(Timer::Type::Periodic, []() { onTimer(); });
std::shared_ptr<hal::power::PowerDevice> power;