Skip to content
Snippets Groups Projects
Commit 2f110343 authored by Moon Dahyun's avatar Moon Dahyun
Browse files

feat:ul_wave

parent 395041f8
No related branches found
No related tags found
1 merge request!2Ul wave
...@@ -185,7 +185,7 @@ do { ...@@ -185,7 +185,7 @@ do {
while (GPIORead(PIN2) == 0 && timeout > 0) { while (GPIORead(PIN2) == 0 && timeout > 0) {
start_t = clock(); start_t = clock();
timeout -= 1000; timeout -= 1000;
// 1밀리초(1000마이크로초)씩 감소 // 1밀리초(1000마이크로초)씩 감소시킴
usleep(1000); usleep(1000);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment