From cb1913d978d97a57e8a59c00a8105c8b710f113b Mon Sep 17 00:00:00 2001 From: jgromes Date: Tue, 4 Oct 2022 16:20:47 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=20170ce?= =?UTF-8?q?9752bf7ccf78713d60fb1a0b93f9ba3e3d2=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _s_x126x_8h_source.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_s_x126x_8h_source.html b/_s_x126x_8h_source.html index c1cfb942..92e95893 100644 --- a/_s_x126x_8h_source.html +++ b/_s_x126x_8h_source.html @@ -633,10 +633,10 @@ $(document).ready(function(){initNavTree('_s_x126x_8h_source.html',''); initResi
1005  Module* _mod;
1006 
1007  // common low-level SPI interface
-
1008  int16_t SPIwriteCommand(uint8_t cmd, uint8_t* data, uint8_t numBytes, bool waitForBusy = true);
-
1009  int16_t SPIwriteCommand(uint8_t* cmd, uint8_t cmdLen, uint8_t* data, uint8_t numBytes, bool waitForBusy = true);
-
1010  int16_t SPIreadCommand(uint8_t cmd, uint8_t* data, uint8_t numBytes, bool waitForBusy = true);
-
1011  int16_t SPIreadCommand(uint8_t* cmd, uint8_t cmdLen, uint8_t* data, uint8_t numBytes, bool waitForBusy = true);
+
1008  int16_t SPIwriteCommand(uint8_t cmd, uint8_t* data, uint8_t numBytes, bool waitForBusy = true, bool verify = true);
+
1009  int16_t SPIwriteCommand(uint8_t* cmd, uint8_t cmdLen, uint8_t* data, uint8_t numBytes, bool waitForBusy = true, bool verify = true);
+
1010  int16_t SPIreadCommand(uint8_t cmd, uint8_t* data, uint8_t numBytes, bool waitForBusy = true, bool verify = true);
+
1011  int16_t SPIreadCommand(uint8_t* cmd, uint8_t cmdLen, uint8_t* data, uint8_t numBytes, bool waitForBusy = true, bool verify = true);
1012  int16_t SPItransfer(uint8_t* cmd, uint8_t cmdLen, bool write, uint8_t* dataOut, uint8_t* dataIn, uint8_t numBytes, bool waitForBusy, uint32_t timeout = 5000);
1013 
1014 #if !defined(RADIOLIB_GODMODE)