Hello,
I'm using 2 Feather M0 Bluefruit's to communicate with the Adafruit connect IOS app to open a multiple device UART connection.
I'm currently having an issue where they both are trying to talk to the app at the same time.
I was wondering if there was a function I could implement to basically wait till the other is done talking to the app.
My current solution was to have one send a float and the other sends an integer but I'm having issues still with the numbers messing up