LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Two different square wave outputs with Arduino Mega in LINX

Hello,

I am using an Arduino Mega with the MakerHub LINX toolkit and would like to generate two independent square‑wave signals at different frequencies on two separate digital pins. When I use the built‑in Square Wave VI in LINX, it only produces one square wave. Is it possible to output two different square‑wave frequencies simultaneously on different pins with LINX? If not, what is the recommended way to achieve this?

Thank you.

0 Kudos
Message 1 of 2
(198 Views)

The recommended way? Write the Arduino code in it's native language (C++). You will have much more freedom in your options. If you don't know C++, ask any of the LLM models to write the code for you. 

0 Kudos
Message 2 of 2
(160 Views)