Library for MAX14871 Shield, MAXREFDES89#
Dependents: MAXREFDES89_MAX14871_Shield_Demo MAXREFDES89_Test_Program Line_Following_Bot Line_Following_Bot_Pololu
Diff: max14871_shield.cpp
- Revision:
- 7:c0bee1397f3e
- Parent:
- 6:dc06cc75c1c8
diff -r dc06cc75c1c8 -r c0bee1397f3e max14871_shield.cpp
--- a/max14871_shield.cpp Fri May 13 00:03:32 2016 +0000
+++ b/max14871_shield.cpp Mon Aug 15 19:22:31 2016 +0000
@@ -169,8 +169,6 @@
{
port_data |= (MD_EN << 4);
}
-
- set_pwm_duty_cycle(md, 0.0f);
break;
case BRAKE:
MAXREFDES89#-MAX14871