Explorar el Código

adding support for wio terminal

Sashrika hace 3 años
padre
commit
85ac34b088
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Si115X.cpp

+ 1 - 1
Si115X.cpp

@@ -223,7 +223,7 @@ uint16_t Si115X::ReadHalfWord_VISIBLE(void) {
 
 #endif
 
-#if defined(__AVR_ATmega168__) || defined(__AVR_ATmega328P__) || defined(__AVR_ATmega328__)
+#if defined(__AVR_ATmega168__) || defined(__AVR_ATmega328P__) || defined(__AVR_ATmega328__) || defined(__SAMD51__)
 
 uint16_t Si115X::ReadHalfWord(void) {
     Si115X::send_command(Si115X::FORCE);