New project

Dependencies:   mbed TextLCD

Revision:
21:31647d80614f
Parent:
20:32ba0a5f2d02
Child:
30:63a8a5cefc6b
--- a/Track.cpp	Mon Jun 11 14:50:15 2018 +0000
+++ b/Track.cpp	Tue Jun 12 15:02:44 2018 +0000
@@ -1,5 +1,4 @@
 #include "Track.h"
-#include <iostream>
 
 Track::Track () : trackpin(p20), lcd(p22, p21, p23, p24, p25, p26), myled1(LED1)
 {
@@ -14,6 +13,7 @@
     //dtor
 }
 
+
 void Track::DCC_send_command(int repeat_count)
 {
     unsigned __int64 command = 0x0000000000000000; // __int64 is the 64-bit integer type