Move USB Host Shield and Arduino core to lib/ (#13973)
This commit is contained in:
9
lib/usbhost/arduino-1.0.1/cores/arduino/Server.h
Normal file
9
lib/usbhost/arduino-1.0.1/cores/arduino/Server.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef server_h
|
||||
#define server_h
|
||||
|
||||
class Server : public Print {
|
||||
public:
|
||||
virtual void begin() =0;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user