Skip to content
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

double definition of rx module select pin #9

Open
derFrickler opened this issue Nov 2, 2016 · 0 comments
Open

double definition of rx module select pin #9

derFrickler opened this issue Nov 2, 2016 · 0 comments

Comments

@derFrickler
Copy link

When porting the code to the micro minim OSD i had to reconfigure the SPI select pin for the rx module. After struggling with the RX not working i found that the select pin had to be changed in 2 places.

Some routines use:
#define rx5808_SEL
others still uses:
#define slaveSelectPin

Both need to point to the same pin to make it work.

BTW, thing i did the smallest build of the rx5808_pro_osd ever done ;_)
http://der-frickler.net/modellbau/fpv/fpvtime

Thanks again for the great work Marko!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant