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

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.

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.