AirsoftTimer software based on mbed

Dependencies:   mbed TextLCD keypad

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Setting.h Source File

Setting.h

00001 #ifndef SETTING_H
00002 #define SETTING_H
00003 
00004 class Setting{
00005     public: 
00006     Setting();
00007     
00008     private:
00009     string title;
00010     //printable on lcd
00011     
00012 }
00013 
00014 
00015 
00016 #endif