#define CATM1_DEVICE_NAME_BG96 "BG96" #define DEVNAME CATM1_DEVICE_NAME_BG96 #define LOGDEBUG(x) if(CATM1_DEVICE_DEBUG == DEBUG_ENABLE) { Serial.print("["); Serial ...
This sample shows how to control Arduino with .NET using serial port. Sample consists of two parts: Arduino Playground Express app lighting 2 RGB LEDs in a circle (there are 10 LEDS in a shape of ...