yajuan yue / Mbed 2 deprecated ele350

Dependencies:   mbed

Fork of ele350 by JIAWEI ZHANG

Committer:
GGHHHH
Date:
Thu Oct 15 11:09:16 2015 +0000
Revision:
1:2a1a443f619e
Child:
2:9a0770c4fdd6
Created my library.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
GGHHHH 1:2a1a443f619e 1 #ifndef _BUTTON_H_
GGHHHH 1:2a1a443f619e 2 #define _BUTTON_H_
GGHHHH 1:2a1a443f619e 3
GGHHHH 1:2a1a443f619e 4 #include "mbed.h"
GGHHHH 1:2a1a443f619e 5 #include <string>
GGHHHH 1:2a1a443f619e 6
GGHHHH 1:2a1a443f619e 7 class Button {
GGHHHH 1:2a1a443f619e 8 private:
GGHHHH 1:2a1a443f619e 9 // CLASS ATTRIBUTES GO HERE
GGHHHH 1:2a1a443f619e 10 public:
GGHHHH 1:2a1a443f619e 11 // CLASS METHODS GO HERE
GGHHHH 1:2a1a443f619e 12 };
GGHHHH 1:2a1a443f619e 13
GGHHHH 1:2a1a443f619e 14 #endif