Skip to content
Snippets Groups Projects
Commit 475c9d6d authored by bbartels's avatar bbartels
Browse files

quad: Add instructions for using PWM signals on the virtual quad

parent 60ea4bb2
No related branches found
No related tags found
No related merge requests found
......@@ -14,4 +14,11 @@ make run
```
And you can do things with it. You'll notice it will make a bunch of FIFOs in
the current directory. Write to / read from these FIFOs as you see fit.
\ No newline at end of file
the current directory. Write to / read from these FIFOs as you see fit.
## Writing to FIFO from shell
```
echo "170000" > virt-quad-fifos/pwm-input-gear # Setting the gear to '1'
cat virt-quad-fifos/pwm-output-motor1 # Read the motor 1 pwm signal
```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment