Skip to content

Commit

Permalink
Merge pull request #187 from KurtE/UNOR4
Browse files Browse the repository at this point in the history
Support the new Arduino UNO-R4 boards
  • Loading branch information
ladyada authored Aug 27, 2023
2 parents 061eaf0 + 7764e33 commit ad7f07d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Adafruit_ST77xx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@

#include "Adafruit_ST77xx.h"
#include <limits.h>
#ifndef ARDUINO_STM32_FEATHER
#if !defined(ARDUINO_STM32_FEATHER) && !defined(ARDUINO_UNOR4_WIFI)
#if !defined(ARDUINO_UNOR4_MINIMA)
#include "pins_arduino.h"
#include "wiring_private.h"
#endif
#endif
#include <SPI.h>

#define SPI_DEFAULT_FREQ 32000000 ///< Default SPI data clock frequency
Expand Down

0 comments on commit ad7f07d

Please sign in to comment.