VitroIO SDK
Software development kit for Vitro Shard.
|
The file contains types used by vitro-shard-sdk. More...
#include <mbed.h>
Go to the source code of this file.
Classes | |
struct | vitroio::sdk::FirmwareId |
struct | vitroio::sdk::Version |
Structure representing version in format major.minor.patch. More... | |
struct | vitroio::sdk::FlashSpace |
Structure representing space of flash memory. More... | |
Namespaces | |
namespace | vitroio |
The namespace contains all of components of vitro-shard-sdk and components based on the sdk. It is suggested to place types inherited from the sdk components in this namespace e.g. implementations of sensors drivers/interfaces. | |
namespace | vitroio::sdk |
The namespace contains all of components defined by vitro-shard-sdk. | |
Macros | |
#define | ATCA_ECC_CONFIG_SIZE (128) |
size of configuration zone More... | |
Variables | |
const uint8_t | test_ecc_configdata [ATCA_ECC_CONFIG_SIZE] |
The file contains types used by vitro-shard-sdk.
#define ATCA_ECC_CONFIG_SIZE (128) |
size of configuration zone
|
extern |