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:49:53 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1b23fa25a2c22443bcd71f3b86c51344c548754c
1b23fa25
1 parent
e253f9c8
a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
midterm4.c
midterm4.c
View file @
1b23fa2
...
...
@@ -13,8 +13,8 @@ int state = 2;
int
KeypadRead
(){
int
i
,
keypadnum
=
-
1
;
if
(
!
digitalRead
(
Keypad
[
0
]))
{
}
if
(
!
digitalRead
(
Keypad
[
0
]))
keypadnum
=
0
;
return
keypadnum
;
}
void
FndSelect
(
int
position
){
...
...
Please
register
or
login
to post a comment