Browse Source

Simple BLink in setup

Willie 5 years ago
parent
commit
60259dac0f
1 changed files with 3 additions and 0 deletions
  1. 3 0
      SPS/SPS.ino

+ 3 - 0
SPS/SPS.ino

@@ -204,6 +204,9 @@ void setup() {
   pinMode(SW_PRG, INPUT_PULLUP);
   pinMode(SW_SEL, INPUT_PULLUP);
 
+  digitalWrite(Dout_0, 1);
+  delay(1000);
+  digitalWrite(Dout_0, 0);
 #ifdef SPS_USE_DISPLAY
   initDisplay();
 #endif