Add RF_SETUP to printDetails
This commit is contained in:
parent
3cc856aa95
commit
748fde239b
3
RF24.cpp
3
RF24.cpp
|
@ -283,6 +283,9 @@ void RF24::printDetails(void)
|
||||||
|
|
||||||
read_register(RF_CH,buffer,1);
|
read_register(RF_CH,buffer,1);
|
||||||
printf_P(PSTR("RF_CH = %02x\n\r"),*buffer);
|
printf_P(PSTR("RF_CH = %02x\n\r"),*buffer);
|
||||||
|
|
||||||
|
read_register(RF_SETUP,buffer,1);
|
||||||
|
printf_P(PSTR("RF_SETUP = %02x\n\r"),*buffer);
|
||||||
}
|
}
|
||||||
|
|
||||||
/******************************************************************/
|
/******************************************************************/
|
||||||
|
|
Loading…
Reference in New Issue