Soldered SD Card Arduino Library 1.0.0
Easily read and write files to and form the SD card breakout! A fork of the original SDFat library by Bill Greiman.
Loading...
Searching...
No Matches
CompileDateTime.h File Reference

Go to the source code of this file.

Functions

constexpr uint16_t compileYear ()
 
constexpr bool compileMonthIs (const char *str)
 
constexpr uint8_t compileMonth ()
 
constexpr uint8_t compileDay ()
 
constexpr uint8_t compileHour ()
 
constexpr uint8_t compileMinute ()
 
constexpr uint8_t compileSecond ()
 

Function Documentation

◆ compileDay()

constexpr uint8_t compileDay ( )
constexpr
Returns
day field of the DATE macro.

◆ compileHour()

constexpr uint8_t compileHour ( )
constexpr
Returns
hour field of the TIME macro.

◆ compileMinute()

constexpr uint8_t compileMinute ( )
constexpr
Returns
minute field of the TIME macro.

◆ compileMonth()

constexpr uint8_t compileMonth ( )
constexpr
Returns
month field of the DATE macro.

◆ compileMonthIs()

constexpr bool compileMonthIs ( const char *  str)
constexpr
Returns
true if str equals the month field of the DATE macro.

◆ compileSecond()

constexpr uint8_t compileSecond ( )
constexpr
Returns
second field of the TIME macro.

◆ compileYear()

constexpr uint16_t compileYear ( )
constexpr
Returns
year field of the DATE macro.