약간의 수정
This commit is contained in:
5
ccs/ir.h
Normal file → Executable file
5
ccs/ir.h
Normal file → Executable 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);
|
||||
|
||||
Reference in New Issue
Block a user