Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Technique to eliminate communications latency #1

Open
GoogleCodeExporter opened this issue Mar 13, 2015 · 0 comments
Open

Technique to eliminate communications latency #1

GoogleCodeExporter opened this issue Mar 13, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

I have a suggestion for avros...

Consider implementing the C construct:

         logical expression ? true expression : false expression

The following would be an example:

         r2 > 200 ? w3,0 : w3,1

That is, read pin 2 (r2), compare it to 200 (> 200) and if true, set pin
3 to LOW (w3,0) or if false, set pin 3 to HIGH (w3,1).

This command could be sent to avros and eliminate the communications
latency.  Further, groups of these types of command could be stored in
EPROM, and invoked with a monitor command for execution. 

(from Ken K.)

Original issue reported on code.google.com by [email protected] on 22 Mar 2012 at 11:03

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant