logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

c# 树莓派GPIO读取DTH11温湿度传感器数据

using System;using System.Device.Gpio;using System.Threading;using System.Threading.Tasks;namespace DTH11Demo{internal class Program{private static readonly int PinIndex = 7;static GpioController gpio

#.netcore#c#
到底了