Skip to content

Instantly share code, notes, and snippets.

View alnunez's full-sized avatar
🦉

ALBERTO NUNEZ alnunez

🦉
View GitHub Profile
@alnunez
alnunez / app_RAK4200.c
Created October 26, 2020 01:14
RAK4200 RUI TEST
#include "rui.h"
#include "board.h"
static RUI_RETURN_STATUS rui_return_status;
#define SWITCH_1 3
RUI_GPIO_ST Switch_One; // ext interupt switch #1
const uint8_t level[2]={0,1};
#define low &level[0]
#define high &level[1]