An Arduino library that allows to control bidirectional motors using the L293 IC and compatible L298 boards.
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.
Checkout the wiki for more information
The L293 Library by Giuseppe Masino is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License and also under the following terms:
The softwares, source files, schematics and all other material are provided "AS IS", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular scope and noninfringement.
In no event shall me and/or other peopole that holds the rights and/or are implied in the creation and distribution of the above mentioned things be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising form, out of or in connection with the above mentioned things or the use or other dealings in it.
The above copyright notice and this permission notice shall accompany and/or be included ( depending on the type of work ) in all the derived works from mine, as addendum to compliance with the provisions above.
If you need permissions that are beyond the scope of this license, you can ask to me through this facebook page https://www.facebook.com/dev.giuseppemasino/
The text of this license can also be found in the LICENSE.md file