Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
card10
firmware
Merge requests
!305
fix(docs): Remove a typo that caused build warnings
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fix(docs): Remove a typo that caused build warnings
xiretza/firmware:fix-docs-typo
into
master
Overview
1
Commits
1
Pipelines
1
Changes
1
Merged
xiretza
requested to merge
xiretza/firmware:fix-docs-typo
into
master
5 years ago
Overview
1
Commits
1
Pipelines
1
Changes
1
Expand
Adds one tiny little missing backtick.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
479ed7aa
1 commit,
5 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Documentation/bluetooth/card10.rst
+
1
−
1
Options
@@ -105,7 +105,7 @@ Rockets characteristic
The Rockets characteristic makes it possible to address every three rockets.
Just write there three byte array, one for evey rocket.
On read you get the current value of all three rockets.
Range is between 0 and 31 (``0x1f`) if send higher value it will set to max of 31.
Range is between 0 and 31 (``0x1f`
`
) if send higher value it will set to max of 31.
Dataformat:
Loading