pxt-rtc-ds3231

March 17, 2020 ยท View on GitHub

Real-time clock extension for the Micro:bit

Example

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