I2C is working. I'm able to read seconds, minutes, and hours
authorandre Ebersold <andre.ebersold@free.fr>
Thu, 26 Oct 2023 20:30:28 +0000 (22:30 +0200)
committerandre Ebersold <andre.ebersold@free.fr>
Thu, 26 Oct 2023 20:30:28 +0000 (22:30 +0200)
commit62df997ad9880c430b2d2f9154fbed6a0d80f13a
treecbbc47af7ad592300efe422dfb235bfcae706500
parent65071b5bc9cbe3e0f2aab43aa024cfce4b9be0cc
I2C is working. I'm able to read seconds, minutes, and hours
15 files changed:
Application/WorkhourMeter/CMakeLists.txt
Application/WorkhourMeter/WorkMeterHandler.cpp [new file with mode: 0644]
Application/WorkhourMeter/WorkMeterHandler.h [new file with mode: 0644]
Application/WorkhourMeter/main.cpp
HAL/AVR/AvrI2C.cpp
HAL/AVR/AvrI2C.h
HAL/Abstract/II2C.h
HAL/Drivers/DS3231.cpp
Metadata/CMakeLists.txt
Metadata/ParameterTable.h [new file with mode: 0644]
Metadata/WorkMeterParamIds.h [new file with mode: 0644]
Metadata/WorkMeterParameterTable.cpp [new file with mode: 0644]
Platform/CMakeLists.txt
Platform/ParameterHandler.cpp [new file with mode: 0644]
Platform/ParameterHandler.h [new file with mode: 0644]