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 #ifndef INTERFACES_H
simon 0:18acd94db10b 2 #define INTERFACES_H
simon 0:18acd94db10b 3
simon 0:18acd94db10b 4 #include "mbed.h"
simon 0:18acd94db10b 5
simon 0:18acd94db10b 6 extern DigitalOut led1;
simon 0:18acd94db10b 7 extern DigitalOut led2;
simon 0:18acd94db10b 8 extern DigitalOut led3;
simon 0:18acd94db10b 9 extern DigitalOut led4;
simon 0:18acd94db10b 10
simon 0:18acd94db10b 11 #endif