Arduino library command for getting signal values of inputs?
- Basicmicro Support
- Posts: 1594
- Joined: Thu Feb 26, 2015 9:45 pm
Re: Arduino library command for getting signal values of inputs?
The Get Signal Values command is the only way to get the state of input signals via packet serial. That command is not recommended for that purpose though because it dumps the status information for all pins at one time(eg it takes a relatively long time).
Writing a custom MCL program that does this and anything else you wanted would be the best option.
Writing a custom MCL program that does this and anything else you wanted would be the best option.