thelastoutpostworkshop / gpio_viewer

GPIOViewer Arduino Library to see live GPIO Pins on ESP32 boards
https://youtu.be/JJzRXcQrl3I
MIT License
1.07k stars 110 forks source link

Digital pins not shown #43

Closed drewshz closed 10 months ago

drewshz commented 10 months ago

I have tested with different programs, analog pins are displayed, but digital pins are not shown.

Is there additional initialization required?

thelastoutpostworkshop commented 10 months ago

I ma working on a fix, currently digital pins are not showing on ESP Board v2.0.14, they work on v2.0.11

drewshz commented 10 months ago

Thanks for the update.

I have checked the return values of analogGetChannel(gpioNum). The results with my board are 15 for an analog pin and 255 for a digital pin.

Will it be possible to check the revision of the board and adjust the check?

thelastoutpostworkshop commented 10 months ago

It's now fixed in the latest release.