Add RF_SETUP to printDetails

This commit is contained in:
maniacbug 2011-06-25 21:17:53 -07:00
parent 3cc856aa95
commit 748fde239b
1 changed files with 4 additions and 1 deletions

View File

@ -283,6 +283,9 @@ void RF24::printDetails(void)
read_register(RF_CH,buffer,1);
printf_P(PSTR("RF_CH = %02x\n\r"),*buffer);
read_register(RF_SETUP,buffer,1);
printf_P(PSTR("RF_SETUP = %02x\n\r"),*buffer);
}
/******************************************************************/