add gpio and rtc function

This commit is contained in:
huangxiaoming
2016-11-28 14:00:52 +08:00
parent b4f833062c
commit bb09f2005e
3 changed files with 6 additions and 2 deletions

View File

@@ -232,3 +232,5 @@ bool NexText::Set_background_image_pic(uint32_t number)
}

View File

@@ -162,7 +162,8 @@ public: /* methods */
* @param number - To set up the data
* @return true if success, false for failure
*/
bool Set_background_image_pic(uint32_t number);
bool Set_background_image_pic(uint32_t number);
};
/**

View File

@@ -39,6 +39,7 @@
#include "NexCheckbox.h"
#include "NexRadio.h"
#include "NexScrolltext.h"
#include "NexGpio.h"
#include "NexRtc.h"
#endif /* #ifndef __NEXTION_H__ */