Dependencies:   mbed

Committer:
simon
Date:
Thu Nov 26 16:00:28 2009 +0000
Revision:
0:18acd94db10b

        

Who changed what in which revision?

UserRevisionLine numberNew contents of line
simon 0:18acd94db10b 1 #include "otheruser.h"
simon 0:18acd94db10b 2
simon 0:18acd94db10b 3 #include "interfaces.h"
simon 0:18acd94db10b 4
simon 0:18acd94db10b 5 void otheruser() {
simon 0:18acd94db10b 6 led1 = led3 = 1;
simon 0:18acd94db10b 7 led2 = led4 = 0;
simon 0:18acd94db10b 8 }