blob: 4c4b41e0560eb12b6507c844ea8627ea5bb8a21e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifndef _master_h
#define _master_h
#define __16f627
#include <pic/pic16f627.h>
#include "pic14.h"
void init2();
void processCommand();
void motorTick();
extern byte PWMPeriod;
#endif
|