RUI3 (RAK Unified Interface 3) - RAK4631
dataConversion.h
Go to the documentation of this file.
1 
9 #ifndef __DATA_CONVERSION_H__
10 #define __DATA_CONVERSION_H__
11 
12 #include <stdio.h>
13 #include "ruiTop.h"
14 
15 using namespace std;
16 
24 uint16_t makeWord(uint16_t w);
25 
34 uint16_t makeWord(byte h, byte l);
35 
36 #define word(...) makeWord(__VA_ARGS__)
37 
38 
39 #endif
uint16_t makeWord(uint16_t w)
This API is to add new type "word".
uint8_t byte
Definition: ruiTop.h:383