Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eviallet authored Jun 5, 2019
1 parent 567191e commit 9925106
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# myWRIO
## C++ API for National Instruments myRIO

This is a framework to use with myRIO. It allows the user to code on the myRIO without LabVIEW.
It is based on the official C API, but handles registers communications to provide a high level, arduino like programming.

[Documentation found here](https://github.com/eviallet/myWRIO-Docs)

The docs are generated with Doxygen. Each line of code is documented and examples are provided for each class.

* LEDs example

[![Youtube video 2](https://img.youtube.com/vi/AXE74Ngltvw/0.jpg)](https://youtu.be/AXE74Ngltvw)

* MotorPID example

[![Youtube video 2](https://img.youtube.com/vi/YSBKbA0pjjg/0.jpg)](https://youtu.be/YSBKbA0pjjg)

* Real time angle supervision (with external I2C gyroscope)

[![Youtube video 2](https://img.youtube.com/vi/nEx_2FulfrY/0.jpg)](https://youtu.be/nEx_2FulfrY)

* And a car

[![Youtube video 2](https://img.youtube.com/vi/CFziAZTmknE/0.jpg)](https://youtu.be/CFziAZTmknE)

0 comments on commit 9925106

Please sign in to comment.