coppino/src/coppino.h

16 lines
221 B
C
Raw Permalink Normal View History

2019-12-23 13:13:13 +00:00
#ifndef COPPINO_H
#define COPPINO_H
#include "Arduino.h"
2019-12-23 13:13:13 +00:00
#include "ipv6.h"
#include "slip.h"
2019-12-23 13:13:13 +00:00
namespace coppino {
const uint8_t LEN = 128;
void handler(void);
void hexdump(const char* pointer, int len);
}
#endif