Exemplo n.º 1
0
 public async Task RegisterInterruptCallback(
     IGpioPinModel pin,
     EdgeDetection edgeDetection,
     Action <int, int, uint> callback)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public async Task Write(IGpioPinModel pin, GpioPinValue value)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public async Task WaitForValue(IGpioPinModel pin, GpioPinValue status, int timeOutMillisecond)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 4
0
 public async Task StartSoftPwm(IGpioPinModel pin, int value, int range)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 5
0
 public async Task <IGpioPinModel> SetPinConfiguration(BcmPin bcmPinNumbe, IGpioPinModel pinConfiguration)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 6
0
 public async Task <GpioPinValue> ReadValue(IGpioPinModel pin)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 7
0
 public async Task <int> ReadLevel(IGpioPinModel pin)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 8
0
 public async Task <bool> Read(IGpioPinModel pin)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 9
0
 public async Task <bool> HasCapability(IGpioPinModel pin, PinCapability capability)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 10
0
 public async Task WriteLevel(IGpioPinModel pin, int value)
 {
     throw new NotImplementedException();
 }