Felix Pachay / Mbed 2 deprecated control_h

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.cpp Source File

main.cpp

00001 #ifndef MBED_CONTROL_H
00002 #define MBED_CONTROL_H
00003 #include "device.h"
00004 #include "platform.h"
00005 #include "PinNames.h"
00006 #include "PeripheralNames.h"
00007 #include "Base.h"
00008 namespace mbed
00009 {
00010     class leds : public Base
00011     {
00012         public:
00013         Leds (PinName pin);
00014         bool write ();
00015         protected:
00016         
00017         pin=PB_0;
00018         };
00019