Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
flame-node
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
ThiefSil
flame-node
Commits
edea10df
Commit
edea10df
authored
4 months ago
by
도혁 함
Browse files
Options
Downloads
Patches
Plain Diff
docs: README.md 추가
parent
c8d70a57
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+27
-0
27 additions, 0 deletions
README.md
with
27 additions
and
0 deletions
README.md
0 → 100644
+
27
−
0
View file @
edea10df
# 화재 및 주차 감지 노드
화재를 감지하고 주차 상태를 판단하여 LED와 부저를 통해 상태를 알립니다.
## 주요 기능
-
불꽃 감지 센서로 화재를 감지하고 부저를 울리게 한다
-
초음파 감지 센서를 통해 주차 상태를 변경한다.
-
주차 상태에 따라 초록색, 빨간색 LED를 점등 및 소등한다.
## 빌드 방법
flame.c 빌드:
```
sh
gcc
-o
flame flame.c
-lpthread
```
## 실행 방법
flame 실행(현재 파일 경로에서 실행시 아래를 따르고 상대 경로를 입력한다):
```
sh
./flame
```
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment