JArduino icon indicating copy to clipboard operation
JArduino copied to clipboard

No data source available

Open dosjos opened this issue 14 years ago • 0 comments

If you do several analogReads, there are no way to distinguish wich analog port the reading came from. This should be possible to distinguish, because then it would be possible to provide vissual feedback in the advanced gui easily.

I want to be able to read source pin in this data object:

public final void receiveMessage(byte[] packet){ FixedSizePacket data = JArduinoProtocol.createMessageFromPacket(packet); .... }

dosjos avatar Jun 30 '11 13:06 dosjos