12 lines
157 B
C
12 lines
157 B
C
#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); |