We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 804a2b2 commit 2bb5b89Copy full SHA for 2bb5b89
libraries/Nicla_System/examples/Blink_Nicla/Blink_Nicla.ino
@@ -37,6 +37,11 @@
37
Last edit: 2nd February 2023
38
*/
39
40
+//This sketch is only for the Nicla Sense ME, not the Nicla Vision
41
+#ifdef ARDUINO_NICLA_VISION
42
+ #error "Run the standard Blink.ino sketch for the Nicla Vision"
43
+
44
45
// Intialise library which communicates with RGB driver
46
// Functions accessible under 'nicla' namespace
47
#include "Nicla_System.h"
0 commit comments