Hi, I'm trying to create an application where the user will be able to get feedback from the system with the use of buzzers.
I tried using the tone() function but unfortunately, it can only play one buzzer at a time. I then used a library called tone and instead of vibrating the buzzer started making noises.
Is there anything else I can use to make the buzzers buzz at the same time?
Thank you!