caternuson %!s(int64=4) %!d(string=hai) anos
pai
achega
3dff7bec2f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/RTClib.h

+ 1 - 0
src/RTClib.h

@@ -389,6 +389,7 @@ public:
               storing in the DS3231: from 1 (Monday) to 7 (Sunday).
       @param  d Day of the week as represented by the library:
               from 0 (Sunday) to 6 (Saturday).
+      @return the converted value
   */
   static uint8_t dowToDS3231(uint8_t d) { return d == 0 ? 7 : d; }
 };