This is probably never gonna get done

Dependencies:   Crypto

Files at this revision

API Documentation at this revision

Comitter:
Olaffo
Date:
Fri Mar 22 23:56:25 2019 +0000
Parent:
30:1405ab394f02
Commit message:
now final;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Fri Mar 22 23:53:28 2019 +0000
+++ b/main.cpp	Fri Mar 22 23:56:25 2019 +0000
@@ -25,8 +25,6 @@
 #define MCSNpin A0
 
 
-//Test pin
-#define Test D4
 
 //Mapping from sequential drive states to motor phase outputs
 /*
@@ -52,7 +50,6 @@
 
 //Status LED
 DigitalOut led1(LED1);
-DigitalOut TestPin(Test)
 
 //Photointerrupter inputs
 InterruptIn I1(I1pin);
@@ -596,7 +593,6 @@
     int8_t orState = motorHome();
     putMessage(WELCOME);
     putMessage(ROTOR_ORG);
-    TestPin = 0;
 
     // Start all threads
     commsIn.start(commandProcessor);