Example #1
0
 public PinMap(PinName pin, ADCName peripheral, int function) :
     this(pin, (int)peripheral, function)
 {
 }
Example #2
0
 public AnalogIn(ADCName adc, PinName pin)
 {
     this.adc = adc;
     this.pin = pin;
 }