AerospaceNU / AerospaceNU/better-engine-control-software

Is there a C++ GPIO pin library for RPi that can be linked statically?

Aperta
#39 1 commento 0 reazioni 0 assegnatari Vedi su GitHub
help wanted question
Lingua principale
C++
Stelle
5
Fork
2
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

We currently use WiringPi to control our GPIO pins. The thing is WiringPi is designed and built as a shared library. Eventually, with our software on the prop control board, we can't have shared libraries so everything has to be statically linked. So WiringPi doesn't support this.

Technically, once we've moved over to the prop control board we won't be using WiringPi anyways. But I would like to get us started now if we can. We can link the C++ standard library statically on GCC, that's not an issue, so it's just the WiringPi library. Is there a replacement for this?

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.