Skip to main content

Crate embedded_batteries_async

Crate embedded_batteries_async 

Source
Expand description

§embedded-batteries-async

An asynchronous Hardware Abstraction Layer (HAL) for battery fuel gauges and battery chargers used in embedded systems.

Modules§

acpi
Advanced Configuration and Power Interface (ACPI) Power Source and Power Meter Devices module Advanced Configuration and Power Interface (ACPI) Power Source and Power Meter Devices module
charger
Async Smart Battery Charger module
smart_battery
Async Smart Battery module

Macros§

impl_smart_battery_for_wrapper_type
Helper macro to implement SmartBattery and ErrorType for wrapper types that just call an inner type’s SmartBattery methods.