yajuan yue / Mbed 2 deprecated ele350

Dependencies:   mbed

Fork of ele350 by JIAWEI ZHANG

buttom.cpp

Committer:
GGHHHH
Date:
2015-10-15
Revision:
1:2a1a443f619e
Child:
2:9a0770c4fdd6

File content as of revision 1:2a1a443f619e:

#ifndef _BUTTON_H_
#define _BUTTON_H_

#include "mbed.h"
#include <string>

class Button {
   private:
        // CLASS ATTRIBUTES GO HERE
   public:
        // CLASS METHODS GO HERE
};

#endif