Magang KRTMI Day 1 : Program Motor Driver Nucleo

Dependencies:   Motornew mbed

Revision:
2:a90224b69d0b
Parent:
1:8c9ddbe0ffe3
--- a/andre.cpp	Tue Mar 19 13:39:06 2019 +0000
+++ b/andre.cpp	Wed Mar 20 12:55:27 2019 +0000
@@ -1,5 +1,10 @@
-#include "Motor.h"
-#include "mbed.h"
+#include <Motor.h>
+#include <mbed.h>
+using namespace std;
+
+int a;
 
 int main(){
+    if (a==0){
+        printf("f");
     }
\ No newline at end of file