09-26-2025 08:48 AM
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.
09-26-2025 10:59 AM
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.