hi
in atmel studio 06
i want create a function that return at command
i have this "AT+GSLP=time" , in this time can be changetime
i want right a function like this
Set_time(unsigned char time) and this return "AT+GSLP=time"
Example:
Set_time(100);
Return:
"AT+GSLP=100"