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:19:02 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c02f9f0a99486a3919e1e3ade16dc6d27743d469
c02f9f0a
1 parent
540fa4c9
a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
midterm4.c
midterm4.c
View file @
c02f9f0
...
...
@@ -8,6 +8,7 @@ const int FndFont[10] = { 0x3F, 0x06, 0x5B, 0x4F, 0x66,
0x6D
,
0x7D
,
0x07
,
0x7F
,
0x67
};
const
int
Keypad
[
3
]
=
{
11
,
9
,
10
};
int
time
=
0
;
int
data
[
6
]
=
{
0
,
0
,
0
,
0
,
0
,
0
};
int
state
=
2
;
void
FndSelect
(
int
position
){
...
...
Please
register
or
login
to post a comment