pyrorf/analog.h
2019-10-22 11:56:33 +02:00

11 lines
131 B
C

#include <stdint.h>
#include <stdlib.h>
#ifndef ANALOG_h
#define ANALOG_h
extern uint8_t analog_cpt;
void analog_run();
#endif