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

« Back to documentation index

T_pixy2Version Struct Reference

T_pixy2Version Struct Reference

Structured type that match pixy2 version frame (type = 14/15) message payload. More...

#include <pixy2.h>


Detailed Description

Structured type that match pixy2 version frame (type = 14/15) message payload.

Parameters:
pixHWVersion(Word) : 16 bits hardWare Version of pixy2
pixFWVersionMaj(Byte) : 8 bits upper part of firmware (before the dot)
pixFWVersionMin(Byte) : 8 bits lower part of firmware (after the dot)
pixFWBuild(Word) : 16 bits firmware build information
pixHFString(String) : 10 bytes user friendly pixy2 firmware type

Definition at line 221 of file pixy2.h.