- New `va108xx-embassy` crate. - Embassy library uses new crate - Updated all dependencies va108xx-hal - Refactored and simplified PWM driver - Added new raw getter API for TIM peripheral blocks
11 lines
583 B
Markdown
11 lines
583 B
Markdown
[](https://crates.io/crates/va108xx-embassy)
|
|
[](https://docs.rs/va108xx-embassy)
|
|
|
|
# Embassy-rs support for the Vorago VA108xx MCU family
|
|
|
|
This repository contains the [embassy-rs](https://github.com/embassy-rs/embassy) support for the
|
|
VA108xx family. Currently, it contains the time driver to allow using embassy-rs. It uses the TIM
|
|
peripherals provided by the VA108xx family for this purpose.
|
|
|
|
The documentation contains more information on how to use this crate.
|