2020-05-02 01:54:58 -04:00
|
|
|
//======================================================================
|
|
|
|
// cat.h
|
|
|
|
//======================================================================
|
|
|
|
|
|
|
|
#ifndef __iop_cat_h__
|
|
|
|
#define __iop_cat_h__
|
|
|
|
|
2020-05-03 01:37:21 -04:00
|
|
|
#include "config.h"
|
|
|
|
|
2020-05-02 01:54:58 -04:00
|
|
|
#define USBSERIAL Serial
|
|
|
|
#define HWSERIAL Serial1
|
|
|
|
|
|
|
|
void initCAT(long, int);
|
|
|
|
void serviceCAT();
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
//======================================================================
|
|
|
|
// EOF
|
|
|
|
//======================================================================
|