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 15:03:49 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
12cd7038163126560ad51ad4a8be384e3ed138f1
12cd7038
1 parent
9cc96280
a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
midterm4.c
midterm4.c
View file @
12cd703
...
...
@@ -9,7 +9,7 @@ const int FndFont[10] = { 0x3F, 0x06, 0x5B, 0x4F, 0x66,
const
int
Keypad
[
3
]
=
{
11
,
9
,
10
};
int
time
=
0
;
int
data
[]
=
{
0
,
0
,
0
,
0
,
0
,
0
};
int
state
=
2
;
int
state
=
0
;
int
KeypadRead
(){
int
keypadnum
=
-
1
;
...
...
Please
register
or
login
to post a comment