added RTIC example

This commit is contained in:
2021-12-04 20:51:47 +01:00
parent 6efb91fa54
commit 91cde80496
4 changed files with 167 additions and 1 deletions
+1
View File
@@ -3,6 +3,7 @@
//! ## Examples
//!
//! - [Button Blinky with Interrupts](https://github.com/robamu-org/vorago-reb1-rs/blob/main/examples/blinky-button-irq.rs)
//! - [Button Blinky with Interrupts using RTIC](https://github.com/robamu-org/vorago-reb1-rs/blob/main/examples/blinky-button-rtic.rs)
use va108xx_hal::{
gpio::{FilterClkSel, FilterType, InputFloating, InterruptEdge, InterruptLevel, Pin, PA11},
pac,