Skip to content

Commit

Permalink
add download section
Browse files Browse the repository at this point in the history
  • Loading branch information
ironsheep committed Apr 2, 2022
1 parent 64bb90d commit ad138b6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions DEVELOP.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Add a BLDC drive control subsystem to your own project!

On this Page:

- [Download the latest release .zip file](https://github.com/ironsheep/P2-BLDC-Motor-Control/blob/main/DEVELOP.md#add-steering-and-config-objects-to-your-p2-project)
- [Add Steering and Config Objects to your P2 Project](https://github.com/ironsheep/P2-BLDC-Motor-Control/blob/main/DEVELOP.md#add-steering-and-config-objects-to-your-p2-project)
- [Make calls to steering or motor object to drive platform](https://github.com/ironsheep/P2-BLDC-Motor-Control/blob/main/DEVELOP.md#and-youre-off--add-your-own-motor-control-code)

Expand All @@ -20,6 +21,10 @@ Additional pages:

---

## Download the latest release demo-archive-set.zip file

Go to the project [Releases page](https://github.com/ironsheep/P2-BLDC-Motor-Control/releases) expand the **Assets** heading to see the demo-archive-set.zip file link. Click on it to download the .zip file. Unpack it and move the files into your project.

## Add Steering and Config Objects to your P2 Project

The objects provided by this project read a user configuration to determine how to cinfiugure themselves. You'll first adjust this file to describe your setup. Then you'll include the motor/steering objects you need into your top-level file.
Expand Down

0 comments on commit ad138b6

Please sign in to comment.