
jmsawchuk
Canada
Asked
— Edited
is the VB implementation as "complete" as the C# implementation? For instance, the following is a line in C#: _ezb.ADC.GetADCValue(ADC.ADCEnum.ADC_0);. I can not find a VB equivalent, all I find for VB is:
EZ_B.ADC.ADCPortEnum
EZ_B.ADC.Equals
and
EZ_B.ADC.ReferenceEquals
How do I get the ADC value?
jms
jms
When the button is pressed, the value of the ADC0 will be displayed in the lblADCVal
Code: