https://github.com/moddedtechnic/nrf-time
Module to implement time primitives similar to embassy_time for the NRF series of microcontollers.
https://github.com/moddedtechnic/nrf-time
Last synced: about 1 year ago
JSON representation
Module to implement time primitives similar to embassy_time for the NRF series of microcontollers.
- Host: GitHub
- URL: https://github.com/moddedtechnic/nrf-time
- Owner: moddedTechnic
- License: apache-2.0
- Created: 2025-01-27T15:25:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-27T15:27:39.000Z (over 1 year ago)
- Last Synced: 2025-01-27T16:38:39.638Z (over 1 year ago)
- Language: Rust
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nrf-time
Module to implement time primitives similar to embassy-time for the NRF series of microcontrollers.
Much of this code is ported from the [embassy-time](https://crates.io/crates/embassy-time) crate.
> [!WARNING]
> This has only been tested on the NRF52833
## License
nrf-time is licensed under either of
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
)
- MIT license ([LICENSE-MIT](LICENSE-MIT) or )
at your option.