stm32duino / STM32Ethernet

Arduino library to support Ethernet for STM32 based board
151 stars 41 forks source link

Remove dependency with the core #2

Closed ghost closed 7 years ago

ghost commented 7 years ago

I added an update function to the Ethernet class to remove the dependency inside the main.cpp. The library is now completely independent of the core. The function update() updates the LwIP stack also.