add time for event
This commit is contained in:
		| @@ -47,8 +47,9 @@ void ${FILENAME}_set{TIMEON}(${FILENAME}*me, uint16_t t); | ||||
| /** | ||||
|  * Emit the ${EVENT} event | ||||
|  * @param me the ${FILENAME} itself | ||||
|  * @param t Time to wait before trig the event | ||||
|  */ | ||||
| void ${FILENAME}_emit${EVENT}(${FILENAME}*me); | ||||
| void ${FILENAME}_emit${EVENT}(${FILENAME}*me, uint16_t t); | ||||
|  | ||||
|  | ||||
| #endif | ||||
|   | ||||
		Reference in New Issue
	
	Block a user