ivanseidel / LinkedList

🔗 A fully implemented LinkedList made to work with general Microcontrollers and Arduino projects
MIT License
347 stars 120 forks source link

Add wrapper namespace to workaround Async Webserver Class name collision #51

Open vortigont opened 3 years ago

vortigont commented 3 years ago

No need to rename lib/class. Could be used in projects with Async server by using wrapper name.

Closes #40, superseeds #41