Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
control-panel
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
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CdF
CdF 2020-2021
modules
control-panel
Commits
b675f1de
Commit
b675f1de
authored
1 year ago
by
Thomas VADEBOUT
Browse files
Options
Downloads
Patches
Plain Diff
Update pins.hpp
parent
40ad8d3c
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
include/pins.hpp
+30
-2
30 additions, 2 deletions
include/pins.hpp
with
30 additions
and
2 deletions
include/pins.hpp
+
30
−
2
View file @
b675f1de
...
...
@@ -5,9 +5,37 @@
#define BUTTON_MIDDLE 3
#define BUTTON_RIGHT 10
#define TIRETTE 1
6
#define TIRETTE 1
1
#define LED_PIN 25
#endif
\ No newline at end of file
#define MATRIX_CENTAINE 9
#define MATRIX_DIZAINE 8
#define MATRIX_UNITE 7
#define MATRIX_BUTTONS 6
//
// ______
// 2 | 3 | 0
// |______|
// 4 | 1 | 6
// |______|
// 5 o 7
//
#define MATRIX_SEG_0 16
#define MATRIX_SEG_1 17
#define MATRIX_SEG_2 18
#define MATRIX_SEG_3 19
#define MATRIX_SEG_4 12
#define MATRIX_SEG_5 13
#define MATRIX_SEG_6 14
#define MATRIX_SEG_7 15
#endif
This diff is collapsed.
Click to expand it.
Preview
0%
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