rust-embedded-community / tm4c-hal

An Embedded HAL and general chip support for the TM4C123/LM4F120. Replaces the old lm4f120 crate.
Apache License 2.0
40 stars 27 forks source link

Add fully abstracted GPIO #32

Open dtwood opened 4 years ago

dtwood commented 4 years ago

This adds a downgrade() method to the semi-abstracted GPIOs, to allow them to be downgraded to be generic over all GPIO ports.

thejpster commented 4 years ago

Paging @dtwood :)

thejpster commented 4 years ago

(and I totally understand GitHub notifications getting lost - I had so many I just turned them all off)

thejpster commented 4 years ago

Paging @dtwood