NXPCup_Cachan / Mbed 2 deprecated NXPCup

Dependencies:   mbed

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 181 of file PIXY2.h.