~aleteoryx/muditaos

ref: 3343f028092103a98dc97d5615dc176df5818bfb muditaos/module-bsp/bsp/battery_charger/battery_charger.hpp -rw-r--r-- 107 bytes
3343f028 — Adam Dobrowolski [MOS-266] Call StateMachine implementation 3 years ago
                                                                                
1
2
3
4
5
6
#pragma once

namespace bsp::battery_charger {
    int getAvgCurrent();
    int getCurrentMeasurement();
}