https://github.com/virtualritz/msp430f249
Peripheral access Rust API for MSP430F249 microcontrollers
https://github.com/virtualritz/msp430f249
Last synced: over 1 year ago
JSON representation
Peripheral access Rust API for MSP430F249 microcontrollers
- Host: GitHub
- URL: https://github.com/virtualritz/msp430f249
- Owner: virtualritz
- Created: 2023-08-08T11:45:28.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-08T11:58:52.000Z (almost 3 years ago)
- Last Synced: 2025-02-28T08:26:07.190Z (over 1 year ago)
- Language: Rust
- Size: 271 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `msp430f249`
Peripheral access API for [MSP430F249](https://www.ti.com/product/MSP430F249) microcontrollers.
Generated using [`svd2rust`](https://github.com/japaric/svd2rust) from
an SVD file generated by the [`msp430_svd`](https://github.com/pftbest/msp430_svd)
tool. This crate is based on the [`msp430g2553`](https://crates.io/crates/msp430g2553)
crate.
## License
Licensed under either of
- [Apache license, version 2.0](http://www.apache.org/licenses/LICENSE-2.0)
- [MIT license](http://opensource.org/licenses/MIT)
- [Zlib license](https://opensource.org/licenses/Zlib)
at your option.
## Contribution
Unless you explicitly state otherwise, any contribution intentionally
submitted for inclusion in the work by you, as defined in the Apache-2.0
license, shall be dual licensed as above, without any additional terms
or conditions.