コード例 #1
0
ファイル: SensorInfo.cs プロジェクト: ClarePhang/TI-CC2650
 public SensorInfo(string n)
 {
     this.lastValue = new TempModel{amb = 0, obj = 0};
     this.name = n;
 }