Xilinx / PYNQ_Bootcamp

PYNQ Bootcamp 2019-2024 teaching materials.
BSD 3-Clause "New" or "Revised" License
46 stars 44 forks source link

motor module updates #44

Closed Theory-of-Everything closed 2 years ago

Theory-of-Everything commented 2 years ago

This PR is a draft, do not merge into master until I have made all the other important changes. This pull request Aims to implement the following:

Proposed changes

The motor module was in need of a bit rewording around relevant blocks of code and when the Arduino MicroBlaze Module is touched on. I also have gone ahead and added some documentation on the methods that I used to help configure and setup my PYNQ board, since the official documentation was a bit confusing and unorganized. This documentation may be need to be check by others for clarity. I plan to contribute to upstream's documentation to clarify such for future users.

Along with that, I highly encourage the maintainers of this repository to consider adding a license for the code. I recommend either the BSD 3-Clause or MIT licenses, which are the standard choices for permissive lisences.

I currently don't have all of my local commits pushed yet, so they will come in due time. Just don't merge until then.

Theory-of-Everything commented 2 years ago

ok, its all ready to merge