Home
last modified time | relevance | path

Searched refs:myRTCClock (Results 1 – 1 of 1) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/examples/python/
Dds1307.py28 myRTCClock = upmDs1307.DS1307(0) variable
46 result = myRTCClock.loadTime()
51 printTime(myRTCClock);
55 myRTCClock.year = 50
56 myRTCClock.setTime()
59 myRTCClock.loadTime()
60 printTime(myRTCClock)