diff --git a/content/hardware/02.uno/boards/uno-q/tutorials/01.user-manual/content.md b/content/hardware/02.uno/boards/uno-q/tutorials/01.user-manual/content.md index ea70b01968..bcae811a18 100644 --- a/content/hardware/02.uno/boards/uno-q/tutorials/01.user-manual/content.md +++ b/content/hardware/02.uno/boards/uno-q/tutorials/01.user-manual/content.md @@ -1444,6 +1444,7 @@ void setup() { // Initialize the SPI communication SPI.begin(); + SPI.beginTransaction(SPISettings(16000000, MSBFIRST, SPI_MODE0)); } ```