|
|
|
|
|
by ljlukkar
2644 days ago
|
|
Thanks for reporting the the typo. On Arduino Uno the Hello World example including the SPI ethernet driver consumes around 20kb of ROM and 1kb of RAM. On anything more recent the framework memory overhead will not be a problem. There is no dynamic memory allocations and it does not use the String class. |
|