Behaviour clarification

This commit is contained in:
Phillip Kühne 2025-02-12 22:08:18 +01:00
parent 39daae8cc3
commit 21f7d9ae8a
Signed by: phillip
GPG Key ID: E4C1C4D2F90902AA

View File

@ -48,6 +48,7 @@ public:
uint16_t requestedDurationMs = 0); uint16_t requestedDurationMs = 0);
/// @brief "Return" the current currently allocated to a consumer /// @brief "Return" the current currently allocated to a consumer
/// @param consumer the active consumer to release the current for /// @param consumer the active consumer to release the current for
/// @note This will delete all power requests for the given consumer
void releaseCurrent(PowerParameters::PowerConsumers consumer); void releaseCurrent(PowerParameters::PowerConsumers consumer);
/// @brief Wait for a certain amount of current to be available. This will /// @brief Wait for a certain amount of current to be available. This will