top of page
Search
Recent Posts
See All// SimpleTx - the master or the transmitter #include <SPI.h> #include <nRF24L01.h> #include <RF24.h> #include <DHT.h> #define DHTPIN 2...
40
#include <TimerOne.h> void setup() { pinMode(9, OUTPUT); // Set pin 9 as an output Timer1.initialize(50); // Initialize Timer1...
00
bottom of page
Comments