Skip to content

Restrukture Code, Improve Dokumentation and Indroduce Unit Testing (#10) - #11

Merged
hasenradball merged 1 commit into
masterfrom
develop
May 27, 2026
Merged

Restrukture Code, Improve Dokumentation and Indroduce Unit Testing (#10)#11
hasenradball merged 1 commit into
masterfrom
develop

Conversation

@hasenradball

Copy link
Copy Markdown
Owner
  • rename all names to DS3231-RTC

  • header include guard needs underscores

  • Update README.md

  • added getYearDay()
  • rework docu to time getting functions

  • update Tests and class structure

  • Update GitHub Actions workflow for compiling examples

  • Downgrade arduino/compile-sketches action to v1

  • Add C++17 compiler flags to compile workflow

Add extra compiler flags for C++17 support in Arduino workflow.

  • remove Unix_offset and NTP_offset from Constants

  • remove std::optional

  • update examples to reowked code

  • reorder includes

  • rework clock mode setter

  • Bugfix for RTC::now in hour calculation, add begin() method; add method to get hour mode

  • adapt examples with begin() method

  • update keyword.txt

  • Remove build folder from version control

  • add tests to readme; comment bin2dec function

  • remove double defined function bcd2bin; replace functional code by more performant bcd functiontional code.

  • restructure static funtions => make them constexpr

  • Update unit tests; update libraries informations; adapt Readme

  • adapt work flow rund for unit tests

  • add status badge for Readme

* rename all names to DS3231-RTC

* header include guard needs underscores

* Update README.md

- added getYearDay()

* rework docu to time getting functions

* update Tests and class structure

* Update GitHub Actions workflow for compiling examples

* Downgrade arduino/compile-sketches action to v1

* Add C++17 compiler flags to compile workflow

Add extra compiler flags for C++17 support in Arduino workflow.

* remove Unix_offset and NTP_offset from Constants

* remove std::optional

* update examples to reowked code

* reorder includes

* rework clock mode setter

* Bugfix for RTC::now in hour calculation, add begin() method; add method to get hour mode

* adapt examples with begin() method

* update keyword.txt

* Remove build folder from version control

* add tests to readme; comment bin2dec function

* remove double defined function bcd2bin; replace functional code by more performant bcd functiontional code.

* restructure static funtions => make them constexpr

* Update unit tests; update libraries informations; adapt Readme

* adapt work flow rund for unit tests

* add status badge for Readme

* Delete .DS_Store

* update Readme
@hasenradball
hasenradball merged commit 3cd4998 into master May 27, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant