[RF69] Renamed TRNG method

pull/341/head
jgromes 2021-07-18 10:18:24 +02:00
rodzic caf34534d3
commit c470809f92
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -800,7 +800,7 @@ void RF69::setRfSwitchPins(RADIOLIB_PIN_TYPE rxEn, RADIOLIB_PIN_TYPE txEn) {
_mod->setRfSwitchPins(rxEn, txEn);
}
uint8_t RF69::random() {
uint8_t RF69::randomByte() {
// set mode to Rx
setMode(RF69_RX);

Wyświetl plik

@ -860,7 +860,7 @@ class RF69: public PhysicalLayer {
\returns TRNG byte.
*/
uint8_t random();
uint8_t randomByte();
/*!
\brief Read version SPI register. Should return RF69_CHIP_VERSION (0x24) if SX127x is connected and working.