ok I have no clue how to progam with xod . I went through the tutorial’s but cant find what I want to accomplish
I want to use a button Make an Led BLINK 3 times then shut off till the button is pressed again.
again I am a newbie . I can do the flip flop . as well as the sine wave .
I do have arduino IDE. Was just trying to see how much easier XOD IDE is. Seems alitte more complex. Plus. There isn’t that many YouTube videos on how to use XOD
Thank you
williamobrien-sk
Ok. How do you use the False , sine wave , False . and hook it to the LED patch in XOD. I am totally clueless . I know. New people and their confusion. Lol
The top false is a tweak-pulse to simulate a button. The bottom false node is a watch node to simulate the LED. The flip-n-times replaces all the other nodes to flash the LED there times.
Using the simulator allows you to test code without having to deal with wiring things up correctly, but the simulator cannot do actual hardware like buttons, LEDs, LCD displays, relays, etc, so tweak-* nodes and watch nodes are used to replace them in the simulator.