Skip to content

Instantly share code, notes, and snippets.

@Krifto
Krifto / rf24-mqtt.ino
Created September 5, 2015 08:00
MQTT (PubSubClient) over RF24Ethernet/RF24Gateway
#include <RF24.h>
#include <SPI.h>
#include <RF24Mesh.h>
#include <RF24Network.h>
#include <RF24Ethernet.h>
#include <PubSubClient.h>
/*** Configure the radio CE & CS pins ***/