I want to make an experiment with two buttons. When each one is pressed it will send a different integer via bluetooth, to the Arduino. I can't figure out how to combine the two buttons so that only the value of the last one pressed is sent. I'm trying to do using the editor because I'm not familiar with xml. Can you help me?
Something like
https://phyphox.org/forums/showthread.ph...98#pid3198? (I am not entirely sure if our old editor can handle this file.)
The raw XML file might look scary, however, it is not that bad. The relevant “views” block is starting at
Code:
<view label="Interval">
and the trick is that all buttons write into the same container.
The example in that thread is a bit more complicated as the buttons should send the value only once rather than continuously…
Thanks I will check it.
We are looking forward to the new editor, is there any news?