You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 24, 2026. It is now read-only.
Giuseppe Masino edited this page Jul 18, 2017
·
1 revision
Welcome to the Arduino_L293 wiki!
This library is designed to make easy the control of bidirectional motors either for beginners or for experts, providing a level of abstraction over the direct "lower-level" management of the MCU I/O ports that drive the H-bridge(s).
This means that the programmer haven't to care about the implementation of the control code and timings and can focus on the desired behavior.
The main goal of this library is to be simple to use for beginners but flexible for experts.