Modificacion para usar Puente H L298N en vez del integrado L293D
This commit is contained in:
parent
82327e4c29
commit
e6dc731415
@ -2,7 +2,7 @@
|
|||||||
#include "Sensor_TCRT5000.h"
|
#include "Sensor_TCRT5000.h"
|
||||||
class Robot_Seguidor
|
class Robot_Seguidor
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
Base_Robot Robot;
|
Base_Robot Robot;
|
||||||
Sensor Sensor_1;
|
Sensor Sensor_1;
|
||||||
Sensor Sensor_2;
|
Sensor Sensor_2;
|
||||||
@ -13,7 +13,7 @@ private:
|
|||||||
float Error=0, P=0, I=0, D=0, PID=0;
|
float Error=0, P=0, I=0, D=0, PID=0;
|
||||||
float Error_Anterior=0, Anteriror_I=0;
|
float Error_Anterior=0, Anteriror_I=0;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
Robot_Seguidor(int Pin_Motor_1A,
|
Robot_Seguidor(int Pin_Motor_1A,
|
||||||
int IN1,
|
int IN1,
|
||||||
int IN2,
|
int IN2,
|
||||||
|
Loading…
Reference in New Issue
Block a user