You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.
Hello @jessebraham
I am new to microcontrollers and just checked out this crate to get development going with rust on the d1 mini. The first thing I ran into was the missing a0 pin. Would it by now be feasible to implement it in this crate? I don't understand the whole eco system very well but I have seen that there is a pub struct Analog; in the esp8266-hal-0.4.0 crate (in gpio.rs). Does this already suffice or does there have to be more support in the hal crate?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This pin currently isn't available in the HAL; whenever it is, create the appropriate pin mapping in
src/pins.rs
.The text was updated successfully, but these errors were encountered: