Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
Sys
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GIHO KOH
Sys
Merge requests
!3
Main
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Main
nangtural02/sys:main
into
main
Overview
0
Commits
16
Pipelines
0
Changes
1
Merged
JangYeon Kim
requested to merge
nangtural02/sys:main
into
main
1 year ago
Overview
0
Commits
16
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
9437a72e
Prev
Next
Show latest version
1 file
+
29
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
9437a72e
Upload New File
· 9437a72e
JangYeon Kim
authored
1 year ago
Central_Control_Board/JaeYukBookkom.h
0 → 100644
+
29
−
0
Options
#ifndef __JaeYukBookkom__
#define __JaeYukBookkom__
#define MAX_CONNECT_BOARD 3
#define IN 0
#define OUT 1
#define LOW 0
#define HIGH 1
#define BUFFER_MAX 3
#define DIRECTION_MAX 256
#define VALUE_MAX 256
// GPIO PIN Settings
#define BUTTON_LED 26
#define BUTTON_OUT 19
#define BUTTON_IN 13
#define TIMER_OUT 27
#define TIMER_IN 22
#define SPEAKER 0 // PWM 0
enum
WeatherCast
{
Sunny
=
0
,
Cloud
,
Windy
,
Rain
,
Snow
};
#endif
Loading