Skip to content

Instantly share code, notes, and snippets.

View avtolstoy's full-sized avatar

Andrey Tolstoy avtolstoy

  • Particle
View GitHub Profile
#include "application.h"
SYSTEM_MODE(MANUAL);
/* Define either MASTER or SLAVE operating mode */
//#define MASTER
#define SLAVE
static uint8_t rx_buffer[64];