Skip to content

Instantly share code, notes, and snippets.

View fixpert's full-sized avatar

Sally Carson fixpert

View GitHub Profile
function on.message.group {
if (arg(1) == 1) {
pin.write("d5",127);
led.torch(1000);
}
}
function on.d2.low {blinker};
function blinker {
message.group(1);
led.torch(1000);
hq.print("chipmunk");
};