Skip to content

Instantly share code, notes, and snippets.

@imerdm
imerdm / PatchYun.ino
Created August 9, 2016 17:43 — forked from sgk/PatchYun.ino
Patch Yun to disable WiFi function.
#include <Process.h>
void setup() {
Bridge.begin();
Serial.begin(9600);
while (!Serial)
;
Serial.print("Patching...");