Quantcast
Channel: Arduino library to simplify differential drive robots - Code Review Stack Exchange
Browsing latest articles
Browse All 3 View Live

Answer by G. Sliepen for Arduino library to simplify differential drive robots

It's great that you have a library that works for you, but now you should think of redesigning it. I see that class DDBot is implementing the low-level functionality (controlling pins and PWM values),...

View Article



Answer by pacmaninbw for Arduino library to simplify differential drive robots

General ObservationsThe point of a library is to provide abstraction, reducing the amount of work that the user needs to do to accomplish what they want to do. This library does not provide any...

View Article

Arduino library to simplify differential drive robots

I've written code for an Arduino library to abstract away some of the underlying logic in a particular way of moving robots. Code is posted after explanations.I'm not assuming a high degree of...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images