BlurrrParticle  1.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Fields
BLRParticle_Version Struct Reference

Struct that contains the version information of this library. More...

#include <BlurrrParticle.h>

Data Fields

uint8_t major
 
uint8_t minor
 
uint8_t patch
 

Detailed Description

Struct that contains the version information of this library.

This represents the library's version as three levels: major revision (increments with massive changes, additions, and enhancements), minor revision (increments with backwards-compatible changes to the major revision), and patchlevel (increments with fixes to the minor revision).

See Also
BLRPARTICLE_VERSION, BLRParticle_GetLinkedVersion

Field Documentation

uint8_t BLRParticle_Version::major
uint8_t BLRParticle_Version::minor
uint8_t BLRParticle_Version::patch

The documentation for this struct was generated from the following file: