Skip to content

Version 1.0.2

Compare
Choose a tag to compare
@fpistm fpistm released this 31 Oct 18:32
11ba332
  • Fix week day issue

  • Naming conventions for member enums
    Remove redundant RTC_ prefix:
    RTC_HOUR_12 --> HOUR_12
    RTC_HOUR_24 --> HOUR_24
    RTC_AM --> AM
    RTC_PM --> PM
    RTC_LSE_CLOCK --> LSE_CLOCK
    RTC_LSI_CLOCK --> LSI_CLOCK
    RTC_HSE_CLOCK --> HSE_CLOCK

  • Naming conventions for enums
    RTC_Hour_Format --> Hour_Format
    RTC_Source_Clock --> Source_Clock
    RTC_AM_PM --> AM_PM

Require Core version 1.4.0