Guglielmo Braguglia
Guglielmo Braguglia
On some "cores" BUFFER_LENGTH is not defined in Wire library (_e.g. Seeedstudio "core" for XIAO with SAM D21_) so the compilation fails. I suggest this simple change in the .cpp...
Library version with support for MCU LGT8F328 using Timer 3 for tick generation. In the FreeRTOSVariant.h file, you need to uncomment the line containing "#define portUSE_LGT_TIMER3" (_line 58_) to generate...
On cores/lgt8f/ is an object file named **start.o** but the source file is missing. Where is it possible to find the source file and examine its contents? Thanks in advance,...
The WiFi.ping() function, that exists in the library [WiFiNINA](https://github.com/arduino-libraries/WiFiNINA/blob/12c33f10cc3eddad245a2263fe0476fee60320a2/src/WiFi.cpp#L379), **doesn't exist** in the WiFiS3 library and there is no way to ICMP ping network devices. Can you please add such...
Hi Timo, following my issue on Phillip library, I move here to ask you if you think to make a version of your library that can be used in the...