AerospaceNU / AerospaceNU/better-engine-control-software

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

未关闭
#39 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
help wanted question
主要语言
C++
星标
5
派生
2
PR 合并指标
30 天内没有已合并 PR

描述

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?

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。