Browse Source

- write ready marker set

- setting the LEDBUILDIN port to output.
Wilfried Klaas 6 năm trước cách đây
mục cha
commit
f8015f8de1
2 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 2 0
      SPS/SPS.ino
  2. 1 1
      SPS/serialprg.ino

+ 2 - 0
SPS/SPS.ino

@@ -282,9 +282,11 @@ void setup() {
     programMode();
   }
 #ifdef SPS_ENHANCEMENT
+  pinMode(LED_BUILTIN, OUTPUT);
   if (digitalRead(SW_SEL) == 0) {
     serialPrg();
   }
+  
 #endif
 }
 

+ 1 - 1
SPS/serialprg.ino

@@ -28,7 +28,7 @@ void serialPrg() {
       char myChar = Serial.read();
       if (myChar == 'w') {
         // hexfile is comming to programm
-        Serial.println("waitin");
+        Serial.println("ready");
         addr = 0;
         do {
           for (byte i = 0; i < 8; i++) {