Skip to content
Snippets Groups Projects
Commit 665117a4 authored by Orhan-Timo Altan's avatar Orhan-Timo Altan
Browse files

.

parent f76b5dd0
Branches
No related tags found
No related merge requests found
Pipeline #188854 failed
......@@ -16,17 +16,11 @@
class bits_MotorDriverTB6612FNG : public thk_MotorDriverTB6612FNG
{
public:
// thk_MotorDriverTB6612FNG(motor_count, pin_stby, pin_pwm_a, pin_in_1, pin_in_2, pin_pwm_b, pin_in_3, pin_in_4);
bits_MotorDriverTB6612FNG() : thk_MotorDriverTB6612FNG(1, 38, 6, 40, 42, 0, 0, 0){};
private:
uint8_t motor_count = 1;
uint8_t pin_stby = 38;
uint8_t pin_pwm_a = 6;
uint8_t pin_in_1 = 40;
uint8_t pin_in_2 = 42;
uint8_t pin_pwm_b = 0;
uint8_t pin_in_3 = 0;
uint8_t pin_in_4 = 0;
};
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment