Select Git revision
-
Christoph Hellwig authored
This requires nose2 and can be run using make test Signed-off-by:
Christoph Hellwig <hch@lst.de>
Christoph Hellwig authoredThis requires nose2 and can be run using make test Signed-off-by:
Christoph Hellwig <hch@lst.de>
spiframe.h 234 B
#ifndef SPIFRAME_H
#define SPIFRAME_H
#include <stdint.h>
#include "mxframe.h"
class SpiFrame
{
public:
SpiFrame();
SpiFrame(const MxFrame& mxframe);
uint16_t data[64 * 24];
uint32_t length;
};
#endif // SPIFRAME_H