16 lines
200 B
C
Executable File
16 lines
200 B
C
Executable File
#pragma once
|
|
|
|
#include "msp.h"
|
|
#include "util.h"
|
|
#include <stdint.h>
|
|
|
|
void ir_init(void);
|
|
|
|
void ir_read_ready(void);
|
|
|
|
void ir_read_value(uint8_t *value);
|
|
|
|
void ir_read_off(void);
|
|
|
|
void test_ir(void);
|