| Trees | Indices | Help |
|---|
|
|
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
_REG_SECONDS = 0x00
|
|||
_REG_MINUTES = 0x01
|
|||
_REG_HOURS = 0x02
|
|||
_REG_DOW = 0x03
|
|||
_REG_DAY = 0x04
|
|||
_REG_MONTH = 0x05
|
|||
_REG_YEAR = 0x06
|
|||
_REG_CONTROL = 0x07
|
|||
|
|||
Creates a Real Time Clock abstraction using given SMBus type and I2C address
|
Returns current seconds.
|
Returns current minutes.
|
Returns current hours.
|
Returns current day of week.
|
Returns current day of month.
|
Returns current month.
|
Returns current year.
|
Sets the current date/time.
Range: seconds [0,59], minutes [0,59], hours [0,23],
day_of_week [1,7], day [1-31], month [1-12], year [0-99].
If a parameter is None (default), the current value is unchanged
|
Returns the current date/time.
|
Returns the current date/time.
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sun Apr 16 12:46:33 2017 | http://epydoc.sourceforge.net |