コード例 #1
0
ファイル: DS1307.cs プロジェクト: likhvar/SkyeTracker
 public static DS1307 GetSingleton()
 {
     return(_singleton ?? (_singleton = new DS1307(I2CBusExtension.GetSingleton())));
 }
コード例 #2
0
ファイル: DS1307.cs プロジェクト: graham22/SkyeTracker
 public static DS1307 GetSingleton()
 {
     return _singleton ?? (_singleton = new DS1307(I2CBusExtension.GetSingleton()));
 }