Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
asclinic-system
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
asclinic
asclinic-system
Commits
c865b51c
Commit
c865b51c
authored
4 years ago
by
Paul Beuchat
Browse files
Options
Downloads
Patches
Plain Diff
Fixed small error to the servo driver address used in the template i2c internal node
parent
ddef0c31
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
catkin_ws/src/asclinic_pkg/src/nodes/template_i2c_internal.cpp
+1
-1
1 addition, 1 deletion
...n_ws/src/asclinic_pkg/src/nodes/template_i2c_internal.cpp
with
1 addition
and
1 deletion
catkin_ws/src/asclinic_pkg/src/nodes/template_i2c_internal.cpp
+
1
−
1
View file @
c865b51c
...
...
@@ -57,7 +57,7 @@ const uint8_t m_pololu_smc_address_right = 14;
Pololu_SMC_G2
m_pololu_smc_right
(
&
m_i2c_driver
,
m_pololu_smc_address_right
);
// > For the PCA9685 PWM Servo Driver driver
const
uint8_t
m_pca9685_address
=
0x4
0
;
const
uint8_t
m_pca9685_address
=
0x4
2
;
PCA9685
m_pca9685_servo_driver
(
&
m_i2c_driver
,
m_pca9685_address
);
...
...
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