Merge pull request #123 from berrak/patch-2

Update epdif.cpp
This commit is contained in:
SSYYL 2021-07-13 10:21:22 +08:00 committed by GitHub
commit 1b5f1f6f87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}
}