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 21c0382 commit c9dc1a4Copy full SHA for c9dc1a4
examples/Inkplate2/Basic_Inkplate_Functionality/Inkplate_Basic/Inkplate_Basic.ino
@@ -14,6 +14,11 @@
14
15 Feb 2022 by e-radionica.com
15
*/
16
17
+// Next 3 lines are a precaution, you can ignore those, and the example would also work without them
18
+#ifndef ARDUINO_INKPLATE2
19
+#error "Wrong board selection for this example, please select Inkplate 2 in the boards menu."
20
+#endif
21
+
22
#include "Inkplate.h"
23
24
// Initialize Inkplate object
@@ -57,4 +62,4 @@ void setup()
57
62
void loop()
58
63
{
59
64
// Empty...
60
-}
65
+}
0 commit comments