This website requires JavaScript.
Explore
Help
Register
Sign In
noisymime
/
ArduinoCore-avr
mirror of
https://github.com/noisymime/ArduinoCore-avr.git
Watch
1
Star
0
Fork
You've already forked ArduinoCore-avr
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3f7d2c8977
ArduinoCore-avr
/
cores
/
arduino
/
Server.h
10 lines
96 B
C++
Raw
Blame
History
#
ifndef server_h
#
define server_h
class
Server
{
public
:
virtual
void
begin
(
)
=
0
;
}
;
#
endif
Reference in New Issue
View Git Blame
Copy Permalink