Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blueluna/psila-nrf52
Rust utilities for nRF52
https://github.com/blueluna/psila-nrf52
embedded-rust rust
Last synced: 17 days ago
JSON representation
Rust utilities for nRF52
- Host: GitHub
- URL: https://github.com/blueluna/psila-nrf52
- Owner: blueluna
- License: mit
- Created: 2020-06-09T11:07:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-05T01:26:08.000Z (12 months ago)
- Last Synced: 2024-04-24T03:52:00.766Z (8 months ago)
- Topics: embedded-rust, rust
- Language: Rust
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Utilities for nRF52
## Parts
### nRF52 802.15.4 radio
The `radio` module implements the nRF52 radio peripheral in
IEEE 802.15.4 mode.### nRF52 timer
The `timer` module implements a timer using the nRF52 timer peripheral(s).
## License
Licensed under the MIT license. See LICENSE.