Project

General

Profile

Revision 336

even more docs

View differences:

hltp.h
12 12
#include "uart.h"
13 13
#include "proj_structures.h"
14 14

  
15
/**
16
 * @brief Data types that HLTP is familiar with (i.e., can send and intepret).
17
 */
15 18
typedef enum{
16 19
    hltp_type_invalid = 0x00,
17 20
    hltp_type_string  = 0x53,

Also available in: Unified diff