Remark about architecture.

This commit is contained in:
2024-12-18 12:12:04 +00:00
parent 2792aef45d
commit 915ad85526

View File

@ -12,6 +12,7 @@ static portMUX_TYPE mux;
Power::Power() Power::Power()
{ {
// TODO: Create wrappper around all this which handles single-instancing so we look like a normal arduino library from the outside.
this->freePowerBudget = this->totalPowerBudget; this->freePowerBudget = this->totalPowerBudget;
} }