Class IntByteConvert

Class Documentation

class IntByteConvert

Converts an integer value to and from a byte array.

Public Functions

IntByteConvert(uint32_t val)

Public Members

uint8_t converted_0 = 0
uint8_t converted_1 = 0
uint8_t converted_2 = 0
uint8_t converted_3 = 0

Public Static Functions

static uint16_t byte_to_uint16(uint8_t *byte_start)
static uint32_t byte_to_uint32(uint8_t *byte_start)