change BUSY to PIN D14

pull/1/head
Harald Pichler 2018-03-08 11:48:17 +01:00
parent 0007835a5a
commit 3f47cb300b
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
#define RST_PIN 19 #define RST_PIN 19
#define DC_PIN 20 #define DC_PIN 20
#define CS_PIN 10 #define CS_PIN 10
#define BUSY_PIN 13 #define BUSY_PIN 14
class EpdIf { class EpdIf {
public: public: