This commit is contained in:
Warky 2024-09-17 13:33:26 +02:00
parent 18eabf3f0a
commit 79c0e9a294

View File

@ -8,6 +8,12 @@ typedef struct
} pm8000_reg_map_t;
pm8000_reg_map_t nextRegister(uint16_t currentRegister)
{
return 0;
}
pm8000_reg_map_t pm8000_reg_map[] = {
{ 30, 20, "UTF8", "Meter Name" },
{ 50, 20, "UTF8", "Meter Model" },