-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Which libraries do you use? #45
Comments
ok, I was using the wrong lib, Just found your https://github.com/DzikuVx/PPMReader which I assume is the correct one. But then I realized that you are using sbus from your transceiver.. I have also found: which seems to work. |
Have you used the PPMReader at the same time as the lora library? I am having trouble getting communications to run when I am instantiating the ppmReader, interrupt conflict? |
PPM reader is not longer used in current code. The only external lib would be Adafruit_SSD1306. Everything else is part of the project itself |
Thanks, I'll try to get a PPM working then (I do not have sbus output) |
I'm trying to locate correct sources and versions of all libraries but I'm not sure I got it correct. It would be great if you could help me out, maybe update the readme?
My PPMReader (https://github.com/Nikkilae/PPM-reader) does not match the function prototype
"
crossbow:38: error: no matching function for call to 'PPMReader::PPMReader(int, int, bool)'
PPMReader ppmReader(PPM_INPUT_PIN, PPM_INPUT_INTERRUPT, true);
"
Then I need to fix the InterruptHandler to support the M0 chip but thats another story :)
The text was updated successfully, but these errors were encountered: