Does anyone know how to perform either an external interrupt or a pin change interrupt on the Ardupilot?
I ask because the RC inputs take up the two external interrupt pins (INT0 and INT1) that are used for the
attachInterrupt() function.…"
"Jaron, sorry to keep bothering you but I am continually being hung up by things. Below I have attached some code and the support files. Running this causes the Arduino to reboot every time it gets to the serA.write(&navData); line. What am I doing…"
After reviewing the code again I too see no problem however I am still stuck trying to declare multiple instances. Below are two examples that I have tried and the errors that go along with them.
Is it possible to declare multiple instances of the SimpleSerialization each pointing at a separate serial port. Forgive the extra stuff in the code...
"Has anyone successfully used the PWM signal from pin 6 doe measure the RSSI. I have attempted with the code below, but have not perfected the results. Maybe one of you know something that I have missed...
"Jaron, recently tried to use your SimpleSerialization with my own data structure but I am having some issues. I constructed my classes based off of your examples/source but I still have a few questions. I have posted my source code below, can you…"