Browse Source

Update epdif.h

Correct spelling of include file for all OS (now only compile for Windows, which is not care about upper/lower case)
berrak 4 years ago
parent
commit
2c7bd82fae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Arduino/epd1in54_V2/epdif.h

+ 1 - 1
Arduino/epd1in54_V2/epdif.h

@@ -28,7 +28,7 @@
 #ifndef EPDIF_H
 #define EPDIF_H
 
-#include <arduino.h>
+#include <Arduino.h>
 
 // Pin definition
 #define RST_PIN         8