Is there somewhere documentation or reference guide for the WiFiS3 library?
Hi @Maaatth. The example sketches available from the File > Examples > WiFiS3 menu demonstrate the usage of the library.
Unfortunately there is no formal documentation for the "WiFiS3" library. However, all the WiFi Arduino libraries use a similar API so you can extrapolate from the information available from the libraries where the effort was actually made to write documentation. The "WiFiNINA" library's reference will probably be the best source:
https://www.arduino.cc/reference/en/libraries/wifinina/#examples
Beyond that, you can refer to the library's source code. In addition to the copy of the library installed on your computer if you are using Arduino IDE, the source code is also available online here:
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.