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

Go to the source code of this file.

Data Structures

union  RAK1903_ER
 
union  RAK1903_Config
 
class  rak1903
 

Macros

#define __RAK1903_H__
 
#define RAK1903_ADDRESS   0x44
 

Enumerations

enum  RAK1903_Commands {
  RAK1903_RESULT = 0x00,
  RAK1903_CONFIG = 0x01,
  RAK1903_LOW_LIMIT = 0x02,
  RAK1903_HIGH_LIMIT = 0x03,
  RAK1903_MANUFACTURER_ID = 0x7E,
  RAK1903_DEVICE_ID = 0x7F
}
 
enum  RAK1903_ErrorCode {
  RAK1903_NO_ERROR = 0,
  RAK1903_NOT_INIT = -1,
  RAK1903_WRONG_ARG = -2,
  RAK1903_NACK = -3
}
 

Macro Definition Documentation

◆ __RAK1903_H__

#define __RAK1903_H__

◆ RAK1903_ADDRESS

#define RAK1903_ADDRESS   0x44

Enumeration Type Documentation

◆ RAK1903_Commands

Enumerator
RAK1903_RESULT 
RAK1903_CONFIG 
RAK1903_LOW_LIMIT 
RAK1903_HIGH_LIMIT 
RAK1903_MANUFACTURER_ID 
RAK1903_DEVICE_ID 

◆ RAK1903_ErrorCode

Enumerator
RAK1903_NO_ERROR 
RAK1903_NOT_INIT 
RAK1903_WRONG_ARG 
RAK1903_NACK