[Uno R4 minima] GPIO open drain mode select bug #343
Labels
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
For uno minima, when configuring GPIO with pinMode() function, there is a bug when configured using OUTPUT_OPENDRAIN PinMode.
The fix would be to replace line:
ArduinoCore-renesas/cores/arduino/digital.cpp
Line 16 in 4e60678
with:
The text was updated successfully, but these errors were encountered: