Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stm32RTC can give the hour Format 24 or 12 hours #105

Merged
merged 1 commit into from
Feb 26, 2024

Conversation

FRASTM
Copy link
Contributor

@FRASTM FRASTM commented Feb 8, 2024

Adding a boolean (true) if the Hour format is 24 Hours.

Fixes #104

sketch example:
rtc.isFormat_24hour() ? Serial.println("24 hour format ") : Serial.println("12 hour format");

Adding a boolean (true) if the Hour format is 24 Hours.

Signed-off-by: Francois RAMU <[email protected]>
@FRASTM FRASTM marked this pull request as ready for review February 9, 2024 13:19
@fpistm fpistm self-requested a review February 26, 2024 15:37
@fpistm fpistm added this to the 1.5.0 milestone Feb 26, 2024
@fpistm fpistm merged commit 5da16e6 into stm32duino:main Feb 26, 2024
3 checks passed
@fpistm fpistm deleted the issue104 branch February 26, 2024 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

Dinamical modification of hour format
2 participants