Software modbus, display, knoppen, bewegingssensor en mbed OS

Dependents:   testSoftware8_alles_display

Files at this revision

API Documentation at this revision

Comitter:
mikevd1
Date:
Mon Oct 01 12:04:27 2018 +0000
Parent:
4:80135cfbaeb7
Commit message:
geen aanpassingen ;

Changed in this revision

setup.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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 
         {