Dave Clarke / text_to_speak_mbed

Dependents:   Talking_breathalyzer FindTheColor mbed_Projet

Embed: (wiki syntax)

« Back to documentation index

VER_t Struct Reference

VER_t Struct Reference

#include <text_to_speech.h>

Data Fields

char hwver [5]
 Hardware version.
char fwver [8]
 Firmware version.
FF_t fwf
 Firmware features.
EFF_t fwef
 Firmware extended features.

Detailed Description

Device version

Note:
For the hardware version, the first number refers to the hardware platform, and the second number refers to the ROM revision number.
The firmware versions are defined as version X.Y.Z. where X is the major release number, Y is the minor release number ( typically associated with a functionality enhancement ), and Z is an incremental ( bug fix ) release.

Definition at line 423 of file text_to_speech.h.


Field Documentation

Firmware extended features.

Definition at line 436 of file text_to_speech.h.

Firmware features.

Definition at line 433 of file text_to_speech.h.

char fwver[8]

Firmware version.

Definition at line 430 of file text_to_speech.h.

char hwver[5]

Hardware version.

Definition at line 427 of file text_to_speech.h.