japaric / stm32f30x-hal

Implementation of the `embedded-hal` traits for STM32F30x microcontrollers
Apache License 2.0
35 stars 37 forks source link

Implement InputPin trait #16

Open octycs opened 6 years ago

octycs commented 6 years ago

(Ref japaric/embedded-hal#41)

This implements the unproven InputPin trait of embedded-hal.

caemor commented 6 years ago

I am waiting for this to test my waveshare e-ink driver. Is there anything missing?

eldruin commented 5 years ago

@octycs Could you rebase this to the current master?