Generic example for any board with IDMW0xM1 shield

Revision:
21:1e89d014263d
Parent:
20:63be9b2e5c9f
Child:
31:11e00e0c285d
--- a/main.cpp	Thu Feb 22 10:15:13 2018 +0100
+++ b/main.cpp	Fri Feb 23 10:53:27 2018 +0100
@@ -28,7 +28,7 @@
 #include "SpwfSAInterface.h"
 
 #define LED_OFF                     1
-#define LED_RED                     LED1 // betzw: `LED1` conflicts with SPI, maybe better use `NC`
+#define LED_RED                     NC // betzw: `LED1` conflicts with SPI clock, maybe better use `NC`
 
 DigitalOut  led(LED_RED, LED_OFF);
 InterruptIn button(BUTTON1);