assign VOLATILE V2

This commit is contained in:
2025-12-10 02:26:47 +09:00
parent 2ca19bf287
commit 3d8b12c321
14 changed files with 348 additions and 888 deletions

View File

@@ -1,4 +1,5 @@
#pragma once
#ifndef _ir_h_
#define _ir_h_
#include "msp.h"
#include "util.h"
@@ -13,3 +14,5 @@ void ir_read_value(uint8_t *value);
void ir_read_off(void);
void test_ir(void);
#endif