2
0
Эх сурвалжийг харах

Merge pull request #123 from berrak/patch-2

Update epdif.cpp
SSYYL 4 жил өмнө
parent
commit
1b5f1f6f87

+ 2 - 2
Arduino/epd1in54_V2/epdif.cpp

@@ -26,7 +26,7 @@
  */
 
 #include "epdif.h"
-#include <spi.h>
+#include <SPI.h>
 
 EpdIf::EpdIf() {
 };
@@ -61,4 +61,4 @@ int EpdIf::IfInit(void) {
     SPI.begin();
     SPI.beginTransaction(SPISettings(2000000, MSBFIRST, SPI_MODE0));
     return 0;
-}
+}