I hereby claim:
- I am plankatron on github.
- I am herpacrapatron (https://keybase.io/herpacrapatron) on keybase.
- I have a public key ASASgcaHP2vWgwiRqrbqfBbJUlzNKCI_XT7FoSEnoBsgdwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Rebooting... | |
ets Jun 8 2016 00:22:57 | |
rst:0xc (SW_CPU_RESET),boot:0x1b (SPI_FAST_FLASH_BOOT) | |
configsip: 0, SPIWP:0xee | |
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 | |
mode:DIO, clock div:1 | |
load:0x3fff0018,len:4 | |
load:0x3fff001c,len:812 |
// Arduino sketch which outputs PWM for a set of channels based on serial input. | |
#include <WiFi.h> | |
#include <ESPmDNS.h> | |
#include <WiFiClient.h> | |
const char* ssid = "touchametron"; | |
const char* password = "superduper"; |