Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 207 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 207 Bytes

pxt-rtc-ds3231

Real-time clock extension for the Micro:bit

Example

rtc.setTime("18:30:00")
basic.forever(function () {
    basic.showString(rtc.getTimeString())
})