VitroIO SDK
Software development kit for Vitro Shard.
Loading...
Searching...
No Matches
types.h File Reference

The file contains types used by vitro-shard-sdk. More...

#include <mbed.h>
Include dependency graph for types.h:
This graph shows which files directly or indirectly include this file:

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]
 

Detailed Description

The file contains types used by vitro-shard-sdk.

Macro Definition Documentation

◆ ATCA_ECC_CONFIG_SIZE

#define ATCA_ECC_CONFIG_SIZE   (128)

size of configuration zone

Variable Documentation

◆ test_ecc_configdata

const uint8_t test_ecc_configdata[ATCA_ECC_CONFIG_SIZE]
extern