This crate provides a type-safe API for working with samd11
, samd21
, samd51
, same51
, same53
, and same54
based devices.
atsamd11c
(via thesamd11c
feature) [pac]atsamd21e
(via thesamd21e
feature) [pac]atsamd21g
(via thesamd21g
feature) [pac]atsamd21j
(via thesamd21j
feature) [pac]atsamd51g
(via thesamd51g
feature) [pac]atsamd51j
(via thesamd51j
feature) [pac]atsamd51j
(via thesamd51j
feature) [pac]atsamd51n
(via thesamd51n
feature) [pac]atsamd51p
(via thesamd51p
feature) [pac]atsamd51p
(via thesamd51p
feature) [pac]atsame51g
(via thesame51g
feature) [pac]atsame51j
(via thesame51j
feature) [pac]atsame51n
(via thesame51n
feature) [pac]atsame53j
(via thesame53j
feature) [pac]atsame53n
(via thesame53n
feature) [pac]atsame54n
(via thesame54n
feature) [pac]atsame54p
(via thesame54p
feature) [pac]
This crate can support other variants in a similar fashion; pull requests for this are welcomed!
Check out the feather_m0
board support crate examples:
https://github.com/atsamd-rs/atsamd/tree/master/boards/feather_m0/examples
Licensed under either of:
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
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.