updated all example links

This commit is contained in:
2021-12-06 16:02:51 +01:00
parent 6f1d2554d5
commit 2de11478fb
5 changed files with 6 additions and 5 deletions

View File

@ -2,7 +2,7 @@
//!
//! ## Examples
//!
//! - [Blocking SPI example](https://github.com/robamu-org/va108xx-hal-rs/blob/main/examples/spi.rs)
//! - [Blocking SPI example](https://egit.irs.uni-stuttgart.de/rust/va108xx-hal/src/branch/main/examples/spi.rs)
use crate::Sealed;
use crate::{
clock::{enable_peripheral_clock, PeripheralClocks},