Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/informaticore/toit-rv-3028-c7

Toit library for the RV-3028-C7 RTC
https://github.com/informaticore/toit-rv-3028-c7

Last synced: about 2 months ago
JSON representation

Toit library for the RV-3028-C7 RTC

Awesome Lists containing this project

README

        

# Toit Library for RTC RV-3028-C7
Library to control a RV-3028-C7 RTC with toitlang

## TODO

- [ ] Implement UNIX Time
- [ ] Password protection
- [ ] Timer Status / Status Shadow
- [ ] Test event control
- [ ] Test Clock Interrupt Mask for Clock Output
- [ ] Implement Clock Output options
- [ ] General Purpose register
- [ ] implement Timestamp?

## Install
To install the package run
```
jag pkg install rv-3028-c7
```

## Getting Started
You can find a bunch of example codein the example folder

## Run tests
To run all tests you can use
```
toit run --no-device tests/run_all.toit
```