Issue real-time periodic event
Greetings, I'm using a PM583 and I'd like to know what is the recommended way to internally generate a continual, real-time, periodic event. IE I want to generate a pulse on an internal signal every 5 seconds and this will kick off other parts of my code to react. I want the period measurement to be fairly consistent.
Answers
The usual way would be to define a task with a 5 second interval.
Add new comment