Skip to content

Problem with startTrasmit again #338

Answered by jgromes
sexton10 asked this question in Q&A
Discussion options

You must be logged in to vote

Probably because you have placed the if() condition that checks the timing value inside the if(operationDone) block. Therefore, you will only check the timer value when you get an interrupt.

Try placing it in the loop() block.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@sexton10
Comment options

@jgromes
Comment options

@sexton10
Comment options

Answer selected by sexton10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants