Skip to content

Commit

Permalink
move READY signal to pin 32
Browse files Browse the repository at this point in the history
The current pin, 33, is connected to SDA on our WiFi daughter board,
and thus causes a conflict and blocks the I2C bus
  • Loading branch information
urish committed Feb 24, 2020
1 parent 5e2d3a6 commit c1db300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arduino/libraries/SPIS/src/SPIS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ void SPISClass::handleSetupComplete()
xSemaphoreGiveFromISR(_readySemaphore, NULL);
}

SPISClass SPIS(VSPI_HOST, 1, 14, 23, 18, 5, 33);
SPISClass SPIS(VSPI_HOST, 1, 14, 23, 18, 5, 32);

0 comments on commit c1db300

Please sign in to comment.