Added examples for W5500, thanks to real-bombinho

This commit is contained in:
hsaturn
2023-04-21 21:36:06 +02:00
parent ef4a0263a6
commit 66cb80ff3f
4 changed files with 233 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
In TinyString.h the operator
TinyString& operator +=(int);
may need to be added.