Add functions for new items based on the IDE.

This commit is contained in:
huangxiaoming
2016-09-27 16:04:39 +08:00
parent d6c42dbf62
commit f104dd861b
31 changed files with 3345 additions and 33 deletions

4
NexTimer.cpp Normal file → Executable file
View File

@@ -30,7 +30,7 @@ void NexTimer::detachTimer(void)
NexTouch::detachPop();
}
bool NexTimer::getCycle(uint32_t *number)
bool NexTimer::Get_cycle_tim(uint32_t *number)
{
String cmd = String("get ");
cmd += getObjName();
@@ -39,7 +39,7 @@ bool NexTimer::getCycle(uint32_t *number)
return recvRetNumber(number);
}
bool NexTimer::setCycle(uint32_t number)
bool NexTimer::Set_cycle_tim(uint32_t number)
{
char buf[10] = {0};
String cmd;