File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ avr_hal_generic::renamed_pins! {
55
66 /// Pins of the **Arduino Diecimila**.
77 ///
8- /// This struct is best initialized via the [`arduino_hal::pins!()`][pins] macro.
8+ /// This struct is best initialized via the [`arduino_hal::pins!()`][crate:: pins] macro.
99 pub struct Pins from atmega_hal:: Pins {
1010 /// `A0`
1111 ///
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ avr_hal_generic::renamed_pins! {
55
66 /// Pins of the **Arduino Leonardo**.
77 ///
8- /// This struct is best initialized via the [`arduino_hal::pins!()`][pins] macro.
8+ /// This struct is best initialized via the [`arduino_hal::pins!()`][crate:: pins] macro.
99 pub struct Pins from atmega_hal:: Pins {
1010 /// `D0` / `RX`
1111 ///
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ avr_hal_generic::renamed_pins! {
55
66 /// Pins of the **Arduino Mega 2560**.
77 ///
8- /// This struct is best initialized via the [`arduino_hal::pins!()`][pins] macro.
8+ /// This struct is best initialized via the [`arduino_hal::pins!()`][crate:: pins] macro.
99 pub struct Pins from atmega_hal:: Pins {
1010 /// `D0` / `RX0`
1111 ///
Original file line number Diff line number Diff line change 11//! GPIO & Pin control.
22//!
33//! This module contains a [`Pins`] struct which represents all pins of the board. The [`Pins`]
4- //! struct is most easily constructed using the [`arduino_hal::pins!()`][pins] macro:
4+ //! struct is most easily constructed using the [`arduino_hal::pins!()`][crate:: pins] macro:
55//!
66//! ```no_run
77//! let dp = arduino_hal::Peripherals::take().unwrap();
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ avr_hal_generic::renamed_pins! {
55
66 /// Pins of the **SparkFun ProMicro**.
77 ///
8- /// This struct is best initialized via the [`arduino_hal::pins!()`][pins] macro.
8+ /// This struct is best initialized via the [`arduino_hal::pins!()`][crate:: pins] macro.
99 pub struct Pins from atmega_hal:: Pins {
1010 /// `RX`
1111 ///
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ avr_hal_generic::renamed_pins! {
55
66 /// Pins of the **Trinket Pro**.
77 ///
8- /// This struct is best initialized via the [`arduino_hal::pins!()`][pins] macro.
8+ /// This struct is best initialized via the [`arduino_hal::pins!()`][crate:: pins] macro.
99 pub struct Pins from atmega_hal:: Pins {
1010 /// `A0`
1111 ///
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ avr_hal_generic::renamed_pins! {
55
66 /// Pins of the **Arduino Uno**.
77 ///
8- /// This struct is best initialized via the [`arduino_hal::pins!()`][pins] macro.
8+ /// This struct is best initialized via the [`arduino_hal::pins!()`][crate:: pins] macro.
99 pub struct Pins from atmega_hal:: Pins {
1010 /// `A0`
1111 ///
You can’t perform that action at this time.
0 commit comments