RUI3 (RAK Unified Interface 3) - RAK4631
dataConversion.h File Reference

Go to the source code of this file.

Macros

#define word(...)   makeWord(__VA_ARGS__)
 

Functions

uint16_t makeWord (uint16_t w)
 This API is to add new type "word". More...
 
uint16_t makeWord (byte h, byte l)
 This API is to add new type "word". More...
 

Detailed Description

Author
RAKwireless
Version
0.0.0
Date
2021.5

Macro Definition Documentation

◆ word

#define word (   ...)    makeWord(__VA_ARGS__)

Function Documentation

◆ makeWord() [1/2]

uint16_t makeWord ( uint16_t  w)

This API is to add new type "word".

Note
This is one overload function of makeWord()
Parameters
uint16_t
Returns
uint16_t

◆ makeWord() [2/2]

uint16_t makeWord ( byte  h,
byte  l 
)

This API is to add new type "word".

Note
This is one overload function of makeWord()
Parameters
h
l
Returns
uint16_t