Classes | |
| class | DS1307 |
| class | DS1337 |
| class | DS1338 |
| class | DS3231 |
| class | DSclock |
Functions | |
| def | __init__ |
| def | __getSec__ |
| def | __getMin__ |
| def | __getHrs__ |
| def | __getDay__ |
| def | __getMon__ |
| def | __getYrs__ |
| def | __getDow__ |
| def | __setDow__ |
| def | __getDateTime__ |
| def | __setDateTime__ |
| def | __getDate__ |
| def | __setDate__ |
| def | __getTime__ |
| def | __setTime__ |
| def | __getCon__ |
| def | __setCon__ |
Variables | |
| int | SEC = 0x00 |
| int | MIN = 0x01 |
| int | HRS = 0x02 |
| int | DOW = 0x03 |
| int | DAY = 0x04 |
| int | MON = 0x05 |
| int | YRS = 0x06 |
| int | SEC_MASK = 0 |
| int | MIN_MASK = 0 |
| int | HRS_MASK = 0 |
| int | DOW_MASK = 0 |
| int | DAY_MASK = 0 |
| int | MON_MASK = 0 |
| int | YRS_MASK = 0 |
| def webiopi.devices.clock.dsrtc.__init__ | ( | self, | |
| control | |||
| ) |
Definition at line 65 of file dsrtc.py.
References webiopi.utils.types.toint().
| def webiopi.devices.clock.dsrtc.__setDate__ | ( | self, | |
| aDate | |||
| ) |
| def webiopi.devices.clock.dsrtc.__setDateTime__ | ( | self, | |
| aDatetime | |||
| ) |
| def webiopi.devices.clock.dsrtc.__setTime__ | ( | self, | |
| aTime | |||
| ) |
1.8.8