Skip to content

Commit

Permalink
Added table for videos
Browse files Browse the repository at this point in the history
  • Loading branch information
eviallet authored Jun 6, 2019
1 parent 64469b6 commit 2d40a45
Showing 1 changed file with 4 additions and 23 deletions.
27 changes: 4 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
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)
[**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.
There is a guide to setup Eclipse to use our API.
Expand Down Expand Up @@ -66,25 +66,6 @@ int main() {
}
```



____________________________




* 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)
| LEDs example | MotorPID example | Real time angle supervision (external I2C gyroscope) | And a car |
| ------------ | ---------------- | ---------------------------------------------------- | --------- |
| [![Youtube video 2](https://img.youtube.com/vi/AXE74Ngltvw/0.jpg)](https://youtu.be/AXE74Ngltvw) | [![Youtube video 2](https://img.youtube.com/vi/YSBKbA0pjjg/0.jpg)](https://youtu.be/YSBKbA0pjjg) | [![Youtube video 2](https://img.youtube.com/vi/nEx_2FulfrY/0.jpg)](https://youtu.be/nEx_2FulfrY) | [![Youtube video 2](https://img.youtube.com/vi/CFziAZTmknE/0.jpg)](https://youtu.be/CFziAZTmknE) |

0 comments on commit 2d40a45

Please sign in to comment.