An open API service indexing awesome lists of open source software.

https://github.com/gbraad/pxt-rtc-ds3231

Real-time clock extension for the Micro:bit; DS3231
https://github.com/gbraad/pxt-rtc-ds3231

Last synced: 9 months ago
JSON representation

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

Awesome Lists containing this project

README

          

pxt-rtc-ds3231
==============

Real-time clock extension for the Micro:bit

Example
-------

```
rtc.setTime("18:30:00")
```

```
basic.forever(function () {
basic.showString(rtc.getTimeString())
})
```