Advertisement
Guest User

Error Message 2

a guest
May 30th, 2015
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. Arduino: 1.6.4 (Windows 8.1), Board: "Arduino Uno"
  2.  
  3. In file included from EnergyMeter_Rx2.ino:4:0:
  4. C:\Users\Tony\Documents\Arduino\libraries\RF24-master/RF24.h: In function 'void loop()':
  5. C:\Users\Tony\Documents\Arduino\libraries\RF24-master/RF24.h:166:11: error: 'uint8_t RF24::get_status()' is protected
  6. uint8_t get_status(void);
  7. ^
  8. EnergyMeter_Rx2:98: error: within this context
  9. within this context
  10.  
  11. This report would have more information with
  12. "Show verbose output during compilation"
  13. enabled in File > Preferences.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement