Crates.io | atsamd21-hal |
lib.rs | atsamd21-hal |
version | 0.3.1 |
source | src |
created_at | 2018-05-09 19:49:45.966761 |
updated_at | 2019-03-23 02:19:48.161678 |
description | HAL and Peripheral access API for ATSAMD21 microcontrollers |
homepage | |
repository | https://github.com/atsamd-rs/atsamd |
max_upload_size | |
id | 64581 |
size | 116,163 |
This crate provides a type-safe API for working with atsamd21 based devices.
Currently this crate supports atsamd21g18a
or atsamd21e18a
(selectable
via the samd21g18a
or samd21e18a
features), and should be able to support
other variants in a similar fashion; pull requests for this are welcomed!
Check out the metro_m0 board support crate examples:
https://github.com/wez/atsamd/tree/master/metro_m0/examples
This crate has been replaced by atsamd-hal, which combines both atsamd21 and atsamd51 support.