Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SOAAP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Streitenberger
SOAAP
Commits
3760057e
Commit
3760057e
authored
1 year ago
by
Maximilian Leske
Browse files
Options
Downloads
Patches
Plain Diff
Korrektur der GPIO-Pinmaske für GPIO6 und GPIO8
parent
a3b3ca9d
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/nRF52840Gpio/nRF52840Gpio.h
+3
-3
3 additions, 3 deletions
libraries/nRF52840Gpio/nRF52840Gpio.h
with
3 additions
and
3 deletions
libraries/nRF52840Gpio/nRF52840Gpio.h
+
3
−
3
View file @
3760057e
...
...
@@ -102,9 +102,9 @@ typedef struct _nrfGpio
#define ArdD3 P1(12)
#define ArdD4 P1(15)
#define ArdD5 P1(13)
#define ArdD6 P
0
(14)
#define ArdD7 P0(23)
#define ArdD8 P
1
(21)
#define ArdD6 P
1(14) //war P0(14) angepasst auf P1
(14)
#define ArdD7 P0(23)
//BLABLA TEST
#define ArdD8 P
0(21) //war P1(21) angepasst auf P0
(21)
#define ArdD9 P0(27)
#define ArdD10 P1(2)
#define ArdD11 P1(1)
...
...
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