gbraad / pxt-rtc-ds3231

Real-time clock extension for the Micro:bit; DS3231

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pxt-rtc-ds3231

Real-time clock extension for the Micro:bit

Example

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

About

Real-time clock extension for the Micro:bit; DS3231


Languages

Language:TypeScript 96.6%Language:Makefile 3.4%