sheldon holmes / Mbed 2 deprecated Lciis

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Keepad.h Source File

Keepad.h

00001 #ifndef KEEPAD_H
00002 #define KEEPAD_H
00003 #include "mbed.h"
00004 
00005 class Keepad{
00006     public:
00007     Keepad();
00008     int keypad();
00009     void keypadIn();
00010 }; 
00011 #endif