Software modbus, display, knoppen, bewegingssensor en mbed OS

Dependents:   testSoftware8_alles_display

Revision:
5:6bafdac3cd5a
Parent:
4:80135cfbaeb7
--- a/setup.cpp	Mon Sep 17 10:30:05 2018 +0000
+++ b/setup.cpp	Mon Oct 01 12:04:27 2018 +0000
@@ -1,7 +1,6 @@
 #include "mbed.h"
 #include "setup.h"
 #include "ssd1306.h"
-#include "FlashIAP.h"
 
 //UART to RS485 bus line & enable of RS485
 Serial bus(PA_9,PA_10); //rx , tx
@@ -55,7 +54,7 @@
                 dataReceived[buffer++] = data ;  
                 //buffer++; 
                 CRCChecking();
-            }    
+            }
         }
         else 
         {