Skip to content

Instantly share code, notes, and snippets.

View SandjayaIV's full-sized avatar

Stanislas Vallet SandjayaIV

View GitHub Profile

Keybase proof

I hereby claim:

To claim this, I am signing this object:

#include <SPI.h>
#include <WiFi101.h>
char ssid[]="YNCREA_LAB";// your network SSID (name)
char pass[]="813nV3nue@";// your network password (use for WPA, or use as key for WEP)
int status =WL_IDLE_STATUS;
WiFiServer server(8000);
void setup(){
//Initialize serial and wait for port to open:
Serial.begin(9600);