Searduino - Tasks: task #11958, Pause/resume functionality even...
You are not allowed to post comments on this tracker with your current authentication level.
task #11958: Pause/resume functionality even when building for Ardino
Submitter: | Henrik Sandklef <hesa> | ||
Submitted: | Mon 26 Mar 2012 06:51:36 AM UTC | ||
Should Start On: | Sun 25 Mar 2012 10:00:00 PM UTC | Should be Finished on: | Sun 25 Mar 2012 10:00:00 PM UTC |
Category: | General | Priority: | 5 - Normal |
Status: | None | Privacy: | Public |
Percent Complete: | 0% | Assigned to: | None |
Open/Closed: | Open | Effort: | 0.00 |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follows 1 latest change.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2012-03-26 | hesa | Category | None | ![]() |
General |
Given the macro SEARDUINO_LOOP it is possible to pause* the Arduino code when running on a local PC.
It would be rather easy to have a digital input pin assigned (and configurable) for checking if the code should sleep**
--
*) in this context it means sleep for a short while and see if we should continue, if not sleep again.....
**) in this context a sleep means wasting CPU by busy waiting on the pin