5 lines
130 B
C
5 lines
130 B
C
#include "stdint.h"
|
|
extern uint8_t pin_value, receive;
|
|
extern uint16_t adc_value;
|
|
extern uint8_t receive;
|
|
extern uint8_t trans[9]; |