![]() |
Vivoe Lite 0.5.0
Lightweight GVA like HMI for military displays.
|
#include <stdint.h>
#include <stdio.h>
Go to the source code of this file.
Functions | |
void | gva::DumpHex (const uint8_t *data, size_t size) |
Dump hexidecimal values to stdout. | |
void gva::DumpHex | ( | const uint8_t * | data, |
size_t | size | ||
) |
Dump hexidecimal values to stdout.
data | The data to dump |
size | The size of the data |