-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |