Class | Description |
---|---|
BigBitConverter |
Converts base data types to an array of bytes in Big Endian, and an array of bytes to base data types.
|
Delay |
Simple collection of time delay routines that are non interruptable.
|
Formatter |
Double/float output string formatter
Support pattern : .####
|
LittleBitConverter |
Converts base data types to an array of bytes in Little Endian, and an array of bytes to base data types.
|