Comments: SparkFun Blocks for Intel® Edison - Dual H-Bridge
Looking for answers to technical questions?
We welcome your comments and suggestions below. However, if you are looking for solutions to technical questions please see our Technical Assistance page.
If you've found an issue with this tutorial content, please send us your feedback!
Here is an example of using the H-Bridge Block with Python: https://gist.github.com/ShawnHymel/d61e838f32fe0bef24a208131c8ed6cc
-------------------- Tech Support Tips/Troubleshooting/Common Issues --------------------
Going Further: Example Project with EdiBot v2.0
Our creative technologist used the Intel Edison Dual H-Bridge Block for a project. Try checking out the H-Bridge Block Python test code [ https://gist.github.com/ShawnHymel/d61e838f32fe0bef24a208131c8ed6cc ]or the EdiBot v2.0 [ https://www.hackster.io/ShawnHymel/edibot-2-0-8ec2b0 ] for more information.
And to debug it, add -g to both lines, then invoke the debugger on it with "gdb h-bridge_example".
For that matter, do yourself a favor and shorten the names of the files :-)
For anyone who's trying to compile and run this example on the Edison: