Fork from RFM69 for little changes specific to get the library working with my setup.

Fork of RFM69 by B Rey

Revision:
1:59f91670db51
Parent:
0:db6e4ce9dc02
--- a/RFM69.h	Sun Mar 08 17:13:43 2015 +0000
+++ b/RFM69.h	Sat Jun 09 14:12:37 2018 +0000
@@ -90,6 +90,7 @@
     void sleep();
     uint8_t readTemperature(int8_t calFactor=0); // get CMOS temperature (8bit)
     void rcCalibration(); // calibrate the internal RC oscillator for use in wide temperature variations - see datasheet section [4.3.5. RC Timer Accuracy]
+    int16_t noise();
 
     // allow hacking registers by making these public
     uint8_t readReg(uint8_t addr);