PETRONE / BLE / Protocol / Typedef
Modified : 2018.02.13


Introduces the variable protocols you are using inside PETRONE



Variable types

In case of sending and receiving data, the following variable types are used to clearly show the data length, even if specified enumeration type is present.

typedef int32_t   s32;
typedef int16_t   s16;
typedef int8_t    s8;
typedef uint32_t  u32;
typedef uint16_t  u16;
typedef uint8_t   u8;



PETRONE

  1. Intro
  2. Typedef
  3. DataType
  4. Definitions
  5. Base Structs
  6. Structs
  7. Structs - Light
  8. Firmware Update
  1. Intro
  2. DataType
  3. Definitions
  4. Structs
  5. Examples


Index