Search Code
About GlobalPinAssignments

Published 26 Nov 2009.

Last change message: N/A

Import this program

GlobalPinAssignments

Published 26 Nov 2009, by   user Simon Ford   tag No tags
Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers otheruser.cpp Source File

otheruser.cpp

00001 #include "otheruser.h"
00002 
00003 #include "interfaces.h"
00004 
00005 void otheruser() {
00006     led1 = led3 = 1;
00007     led2 = led4 = 0;
00008 }