You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 10, 2020. It is now read-only.
Currently the code is fixed for Ard_T and Ard_M to have Output objects, and Ard_I to have Input objects. Should allow for any Arduino to have both input and output devices attached.
One example for this use is to allow for the Sonar to be controlled via JSON
This would negate the need for certain conditional statements and the hardcoded main loop control for Ard_I
The text was updated successfully, but these errors were encountered:
Currently the code is fixed for Ard_T and Ard_M to have Output objects, and Ard_I to have Input objects. Should allow for any Arduino to have both input and output devices attached.
One example for this use is to allow for the Sonar to be controlled via JSON
This would negate the need for certain conditional statements and the hardcoded main loop control for Ard_I
The text was updated successfully, but these errors were encountered: