Hello!
I’m working on a project where I am trying to have a servo spin to a position in relation to a clip playing. right now I have it so that there are 2 buttons that send serial data to the servo either 0 or 180 and the buttons also control the switch index. I was wondering is there anyway to cut out the middle man and have the switch itself send data through serial? like when the index is 1 it will send a reading of value = 1 to the arduino? is this possible? This would help because I don’t want more than 2 buttons but I would like to be able to have multiple servo positions…. I think im struggling because so many tutorials are through Chops rather than Tops im sure theres a very good reason for this just wondering if I’m asking for the impossible here. Hope this makes sense.
Thanks