We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2690bdf commit 0a7c413Copy full SHA for 0a7c413
src/Inkplate.h
@@ -68,7 +68,7 @@ class Inkplate : public System, public Graphics
68
#if defined(ARDUINO_INKPLATE10) || defined(ARDUINO_INKPLATE10V2)
69
void changeWaveform(uint8_t *_wf);
70
uint8_t calculateChecksum(struct waveformData _w);
71
- bool getWaveform1mEEPROM(struct waveformData *_w);
+ bool getWaveformFromEEPROM(struct waveformData *_w);
72
void burnWaveformToEEPROM(struct waveformData _w);
73
#endif
74
bool begin(void);
@@ -197,4 +197,4 @@ class Inkplate : public System, public Graphics
197
198
};
199
200
-#endif
+#endif
0 commit comments