예제 #1
0
파일: SDS011.cs 프로젝트: gacu82/DustSensor
 public bool ISChecksumOk()
 {
     return((byte)(PM25.LowerByte() +
                   PM25.UpperByte() +
                   PM10.LowerByte() +
                   PM10.UpperByte() +
                   Id.LowerByte() +
                   Id.UpperByte()) == Checksum);
 }