CRAC Team / Pixy2-HA
Embed: (wiki syntax)

« Back to documentation index

T_pixy2SendBuffer Union Reference

T_pixy2SendBuffer Union Reference

Structured type to switch between structured type T_pixy2sendFrame and bytes. More...

#include <pixy2.h>


Detailed Description

Structured type to switch between structured type T_pixy2sendFrame and bytes.

Parameters:
frame(T_pixy2SendFrame) : classical frame (header + payload) starting with PIXY2_SYNC
data(Byte) : 9 bytes that overlap frame (byte access)

Definition at line 180 of file pixy2.h.