Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
I am writing some new code to test out some of the examples here. When I add the headers,
#include "mbed.h"
#include "EthernetNetIf.h"
EthernetNetIf eth;l
....
It needs a libray to be included, so it can pull the second .h file. How do I do this? Without this, compile errors: Can't find EthernetNetIf.h source.