약간의 수정

This commit is contained in:
2025-12-09 02:34:41 +09:00
parent 0697b5ab31
commit d3a2802333
22 changed files with 406 additions and 25 deletions

5
ccs/ir.h Normal file → Executable file
View File

@@ -1,6 +1,7 @@
#pragma once
#include "msp.h"
#include "util.h"
#include <stdint.h>
void ir_init(void);
@@ -9,4 +10,6 @@ void ir_read_ready(void);
void ir_read_value(uint8_t *value);
void ir_read_off(void);
void ir_read_off(void);
void test_ir(void);