Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
Ardupilot
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
OpenSource
Ardupilot
Commits
663eda6d
Commit
663eda6d
authored
13 years ago
by
rmackay9
Browse files
Options
Downloads
Patches
Plain Diff
ArduCopter - LEDS - define pins to be used for COPTER_LEDS.
Code by Robert Lefebvre
parent
ac9555a3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ArduCopter/defines.h
+9
-5
9 additions, 5 deletions
ArduCopter/defines.h
with
9 additions
and
5 deletions
ArduCopter/defines.h
+
9
−
5
View file @
663eda6d
...
...
@@ -63,11 +63,15 @@
#define NORMAL_LEDS 0
#define AUTO_TRIM_LEDS 1
// motor LEDs
#define FR_LED AN12 // Mega PE4 pin, OUT7
#define RE_LED AN14 // Mega PE5 pin, OUT6
#define RI_LED AN10 // Mega PH4 pin, OUT5
#define LE_LED AN8 // Mega PH5 pin, OUT4
// COPTER LEDs
#define COPTER_LED_1 AN8 // Motor LED
#define COPTER_LED_2 AN9 // Motor LED
#define COPTER_LED_3 AN10 // Motor LED
#define COPTER_LED_4 AN11 // Motor LED
#define COPTER_LED_5 AN12 // Motor or Aux LED
#define COPTER_LED_6 AN13 // Motor or Aux LED
#define COPTER_LED_7 AN14 // Motor or GPS LED
#define COPTER_LED_8 AN15 // Motor or GPS LED
// Internal defines, don't edit and expect things to work
// -------------------------------------------------------
...
...
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