Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/informaticore/toit-rv-3028-c7
- Owner: Informaticore
- License: mit
- Created: 2024-03-12T18:18:52.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-23T18:09:21.000Z (10 months ago)
- Last Synced: 2024-03-24T18:46:17.939Z (10 months ago)
- Language: Toit
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```