Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Several fixes to ESP32 "Analog In" feature #147

Merged
merged 7 commits into from
Apr 21, 2023

Conversation

pgrawehr
Copy link
Contributor

For some reason, the ESP32 reported an analog pin mapping for pins that aren't analog pins.

This causes the client to get incorrect pin mappings. Additionally, this adds the possibility
to address analog channels > 15 with the EXTENDED_ANALOG message.

pgrawehr added 7 commits April 8, 2023 14:59
…log pins

This causes the client to get incorrect pin mappings.
Used when reading from channels A16-A32.
Also fix default ADC resolution for ESP32
Prevents using the pin for what it's intended for
@pgrawehr pgrawehr self-assigned this Apr 16, 2023
@pgrawehr pgrawehr merged commit 29481c4 into firmata:master Apr 21, 2023
@pgrawehr pgrawehr deleted the ESP32_AnalogIn branch April 21, 2023 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant