Codigo do seguidor de linha V2 2020.2

Dependencies:   mbed

Revision:
6:5551834026ef
Parent:
0:9efe13b5d868
--- a/PID.h	Sat Sep 19 21:31:41 2020 +0000
+++ b/PID.h	Sat Oct 10 19:08:11 2020 +0000
@@ -1,4 +1,3 @@
-#include "mbed.h"
 
 float PID_Sensores(float Erro);
 float PID_rodaDireita(float velocidadeEsperada, float velocidadeReal);