improved I2C interface, DS3231 Interface and implementation, Created WorkhourMeter...
authorandre Ebersold <andre.ebersold@free.fr>
Tue, 24 Oct 2023 21:15:28 +0000 (23:15 +0200)
committerandre Ebersold <andre.ebersold@free.fr>
Tue, 24 Oct 2023 21:15:28 +0000 (23:15 +0200)
commit65071b5bc9cbe3e0f2aab43aa024cfce4b9be0cc
tree09a2eacda87b6180bf29f7102dbb7176db4df488
parentae15c16b3485cdb600eca573c17e0a46b2f361b8
improved I2C interface, DS3231 Interface and implementation, Created WorkhourMeter Application
18 files changed:
.gitignore [new file with mode: 0644]
Application/CMakeLists.txt
Application/WorkhourMeter/CMakeLists.txt [new file with mode: 0644]
Application/WorkhourMeter/Led0.cpp [new file with mode: 0644]
Application/WorkhourMeter/Led0.h [new file with mode: 0644]
Application/WorkhourMeter/main.cpp [new file with mode: 0644]
CMakeLists.txt
HAL/AVR/AvrI2C.cpp
HAL/AVR/AvrI2C.h
HAL/AVR/CMakeLists.txt
HAL/Abstract/II2C.h
HAL/Abstract/IRtc.h [new file with mode: 0644]
HAL/Drivers/CMakeLists.txt
HAL/Drivers/DS3231.cpp
HAL/Drivers/DS3231.h
HAL/Drivers/Eeprom32C32_64.cpp [new file with mode: 0644]
HAL/Drivers/Eeprom32C32_64.h [new file with mode: 0644]
setupenv.bat