Răsfoiți Sursa

Revert "add note about required hardware for blinky example"

This reverts commit 859544d7c2f6ea10950db0fa19b3e95c2c28f341.
TheZoq2 5 ani în urmă
părinte
comite
c181879eb8
1 a modificat fișierele cu 0 adăugiri și 7 ștergeri
  1. 0 7
      examples/blinky.rs

+ 0 - 7
examples/blinky.rs

@@ -5,13 +5,6 @@
 //! Note: Without additional hardware, PC13 should not be used to drive an LED, see page 5.1.2 of
 //! the reference manaual for an explanation. This is not an issue on the blue pill.
 
-//! This example assumes that a LED is connected to PC13 which is where an LED is connected on the
-//! [blue_pill] board. If you have different hardware, you need to change which gpio pin is used.
-//!
-//! Note: PC13 can not source much current and should not be used to drive an LED directly.
-//!
-//! [blue_pill]: http://wiki.stm32duino.com/index.php?title=Blue_Pill
-
 #![deny(unsafe_code)]
 #![deny(warnings)]
 #![no_std]