コード例 #1
0
ファイル: BootstrapPiGpio.cs プロジェクト: jqt3of5/hub433
 public void RemoveInterruptCallback(EdgeDetection edgeDetection, Action <int, int, uint> callback)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
ファイル: BootstrapPiGpio.cs プロジェクト: jqt3of5/hub433
 public void RegisterInterruptCallback(EdgeDetection edgeDetection, Action callback)
 {
     throw new NotImplementedException();
 }