Archived
Template
1
0

add time for event

This commit is contained in:
2023-07-11 15:03:17 +02:00
parent b0e3d721e0
commit dc6a7f8799
2 changed files with 5 additions and 6 deletions

View File

@@ -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