Example #1
0
 private int BcmPinToNumber(BcmPin bcmPin) =>
 _gpioController.Where(t => t.BcmPin == bcmPin).Select(t => t.BcmPinNumber).First();