Skip to content

Commit

Permalink
arduino-uno: Add missing bullets on pin A5 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
crclark96 authored Feb 26, 2021
1 parent b1aedf8 commit a202778
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions boards/arduino-uno/src/pins.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ avr_hal_generic::impl_board_pins! {
pub a4: portc::pc4::PC4,
/// `A5`
///
/// ADC5 (ADC input channel 5)
/// SCL (2-wire serial bus clock line)
/// PCINT13 (pin change interrupt 13)
/// * ADC5 (ADC input channel 5)
/// * SCL (2-wire serial bus clock line)
/// * PCINT13 (pin change interrupt 13)
pub a5: portc::pc5::PC5,

/// `D0` / `RX`
Expand Down

0 comments on commit a202778

Please sign in to comment.