11 lines
131 B
C
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
|