Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Biophysics Labs
Firmware
Commits
5716363e
Commit
5716363e
authored
Jun 17, 2021
by
Your Name
Browse files
Fix channel order after hardware mods
parent
81342391
Changes
3
Hide whitespace changes
Inline
Side-by-side
lslder/lslder_4chan
View file @
5716363e
No preview for this file type
lslder/lslder_4chan.o
View file @
5716363e
No preview for this file type
lslder/lslder_uni.cc
View file @
5716363e
...
...
@@ -52,11 +52,11 @@ const int nled = 0;
// 4-chan version with 4 LEDs
const
int
ngpio
=
4
;
const
int
gpioinp
[
ngpio
]
=
{
24
,
23
,
18
,
15
};
const
int
gpioinp
[
ngpio
]
=
{
15
,
18
,
23
,
24
};
const
int
default_debouncetime
=
0
;
const
int
ledgpio
[]
=
{
5
,
14
,
3
,
2
};
const
int
ledgpio
[]
=
{
2
,
3
,
14
,
5
};
const
int
nled
=
4
;
#endif
...
...
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment