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-23 14:50:50 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0c78a744aa1f836972f8134375049b5d7077b82a
0c78a744
1 parent
1b23fa25
a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
midterm4.c
midterm4.c
View file @
0c78a74
...
...
@@ -82,7 +82,7 @@ int main(){
if
(
wiringPiISR
(
Keypad
[
2
],
INT_EDGE_FALLING
,
&
reset
)
<
0
)
{
return
1
;
}
if
(
KeypadRead
()
==
0
)
{
if
(
!
digitalRead
(
Keypad
[
0
])
)
{
state
=
0
;
unsigned
long
prevtime
=
millis
();
while
(
1
)
{
...
...
Please
register
or
login
to post a comment