You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ SPIFlashLogger’s constructor takes four parameters, all of which are optional:
27
27
| --- | --- | --- |
28
28
|*start*| 0 | The first byte in the SPI flash to use (must be the first byte of a sector) |
29
29
|*end*|*spiflash.size()*| The last byte in the SPI flash to use (must be the last byte of a sector) |
30
-
|*spiflash*|**hardware.spiflash**|**hardware.spiflash**, or an object with an equivalent interface such as the [SPIFlash](https://electricimp.com/docs/libraries/hardware/spiflash) library |
30
+
|*spiflash*|**hardware.spiflash**|**hardware.spiflash**, or an object with an equivalent interface such as the [SPIFlash](https://developer.electricimp.com/libraries/hardware/spiflash) library |
31
31
|*serializer*| Serializer class | The static [Serializer library](https://developer.electricimp.com/libraries/hardware/spiflash), or an object with an equivalent interface |
0 commit comments