Skip to content

Instantly share code, notes, and snippets.

View PaulBeaudet's full-sized avatar
💻
Operations Manager @ Concord Makerspace

Paul Beaudet PaulBeaudet

💻
Operations Manager @ Concord Makerspace
View GitHub Profile
@sgk
sgk / PatchYun.ino
Created September 20, 2013 17:50
Patch Yun to disable WiFi function.
#include <Process.h>
void setup() {
Bridge.begin();
Serial.begin(9600);
while (!Serial)
;
Serial.print("Patching...");