sheldon holmes / Mbed 2 deprecated Lciis

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Decoder.h Source File

Decoder.h

00001 #ifndef Decoder_H
00002 #define Decoder_H
00003 #include "mbed.h"
00004 
00005 class Decoder{
00006     public:
00007     Decoder();
00008     int checkIn();
00009     void control();
00010 }; 
00011 #endif