Program Listing for File soc.h¶
↰ Return to documentation for file (mainboard/Inc/energy/soc.h
)
#pragma once
#include "config.h"
#include "pack/current.h"
void soc_init();
void soc_sample_energy(uint32_t timestamp);
void soc_reset_soc();
float soc_get_soc();
float soc_get_energy_total();
float soc_get_energy_last_charge();