Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이다은
/
raspberry
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
daeun
2021-04-22 22:01:03 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bd2662de79859a3d5f4ce677545ecefa1c294ed8
bd2662de
1 parent
187b1d06
modify
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
assignment/lab2-3-2_new.c
assignment/lab2-3-2_new.c
View file @
bd2662d
...
...
@@ -67,7 +67,7 @@ int main(void)
if
(
state
==
0
)
break
;
}
}
if
(
keypadnum
==
3
)
{
else
if
(
keypadnum
==
3
)
{
for
(
i
=
0
;
i
<
8
;
i
++
)
{
if
(
state
==
0
)
break
;
LedControl
(
i
);
...
...
Please
register
or
login
to post a comment