Seth Kenlon

已著评论

几年前,我曾在我的 RPi 上运行 Pidora,并且非常喜欢它。 最近,我对 CentOS Pi 构建版本非常满意。 默认安装非常精简,即使在添加 EPEL 后,它也没有 Fedora 拥有的所有软件包,但对于某些用例(包括重新构建 SRPM 以适应),它非常完美。

https://wiki.centos.org/Download

我一直在使用一些库,这些库使 Pi 能够完成一些非常惊人的物理壮举。

ServoBlaster 用于控制最多 8 个伺服系统(我只尝试了 1 个)
https://github.com/richardghirst/PiBits/tree/master/ServoBlaster

PiBlaster 启用 PWM 以用于可寻址 LED 灯条
https://github.com/mvitousek/pi-blaster

WiringPi 用于从 GPIO 引脚获得其他功能(它模仿 Arduino)
https://github.com/WiringPi/WiringPi-Python

© . All rights reserved.