HeptaLED/libheptaled/common.h

13 lines
138 B
C
Raw Normal View History

2014-11-19 18:49:34 +01:00
#ifndef COMMON_H
#define COMMON_H COMMON_H
#include <vector>
namespace HeptaLed {
typedef std::vector<uint8_t> ByteBuffer;
}
#endif