Function sbg::helpers::isLeapYear
Defined in File sbg_ros_helpers.h
Function Documentation
-
bool sbg::helpers::isLeapYear(uint16_t year)
Check if the given year is a leap year.
- Parameters:
year – [in] Year to check.
- Returns:
True if the year is a leap year.