Reference   Language | Libraries | Comparison | Changes

RTC

setMinutes()

Description

Set the RTC minutes value.

Syntax

rtc.setMinutes(byte minutes)

Parameters

minutes: the minutes value to be set.

See also

  • begin()
  • setHours()
  • setMinutes()
  • setSeconds()
  • setTime()
  • setYear()
  • setMonth()
  • setDay()
  • setDate()
  • getHours()
  • getMinutes()
  • getSeconds()
  • getYear()
  • getMonth()
  • getDay()
  • setAlarmHours()
  • setAlarmMinutes()
  • setAlarmSeconds()
  • setAlarmTime()
  • setAlarmYear()
  • setAlarmMonth()
  • setAlarmDay()
  • setAlarmDate()
  • enableAlarm()
  • attachInterrupt()
  • disableAlarm()

  • begin()
  • setHours()
  • setMinutes()
  • setSeconds()
  • setTime()
  • setYear()
  • setMonth()
  • setDay()
  • setDate()
  • getHours()
  • getMinutes()
  • getSeconds()
  • getYear()
  • getMonth()
  • getDay()
  • setAlarmHours()
  • setAlarmMinutes()
  • setAlarmSeconds()
  • setAlarmTime()
  • setAlarmYear()
  • setAlarmMonth()
  • setAlarmDay()
  • setAlarmDate()
  • enableAlarm()
  • disableAlarm()
  • attachInterrupt()
  • detachInterrupt()

Reference Home

Corrections, suggestions, and new documentation should be posted to the Forum.

The text of the Arduino reference is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.