initial commit

This commit is contained in:
2025-12-01 19:51:51 +09:00
commit 9c2fdbf8ed
23 changed files with 1757 additions and 0 deletions

12
ccs/ir.h Normal file
View File

@@ -0,0 +1,12 @@
#pragma once
#include "msp.h"
#include <stdint.h>
void ir_init(void);
void ir_read_ready(void);
void ir_read_value(char *value);
void ir_read_off(void);