Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MicroCART
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Distributed Autonomous Networked Control Lab
MicroCART
Commits
475c9d6d
Commit
475c9d6d
authored
7 years ago
by
bbartels
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
quad/src/virt_quad/README.md
+8
-1
8 additions, 1 deletion
quad/src/virt_quad/README.md
with
8 additions
and
1 deletion
quad/src/virt_quad/README.md
+
8
−
1
View file @
475c9d6d
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment