未验证 提交 3ef6c81c 编写于 作者: J John Mills 提交者: GitHub

Fixed CreateInternalRaspberryPi3LinuxDriver() so that it supports the Raspberry Pi 400. (#1885)

上级 4eb8d2b8
......@@ -141,6 +141,7 @@ public class RaspberryPi3Driver : GpioDriver
RaspberryBoardInfo.Model.RaspberryPiZeroW or
RaspberryBoardInfo.Model.RaspberryPiZero2W or
RaspberryBoardInfo.Model.RaspberryPi4 or
RaspberryBoardInfo.Model.RaspberryPi400 or
RaspberryBoardInfo.Model.RaspberryPiComputeModule4 => new RaspberryPi3LinuxDriver(),
RaspberryBoardInfo.Model.RaspberryPiComputeModule3 => new RaspberryPiCm3Driver(),
_ => null,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册