Search Results

by taylornicole906
Thu Oct 22, 2020 2:42 pm
Forum: C#.NET
Topic: Reading from a sensor without event handler
Replies: 1
Views: 11660

Reading from a sensor without event handler

Is there a way to get a voltage reading from a sensor outside of using an event handler? The only examples I've seen of reading voltage ratio look like this: private void LoadCell_VoltageRatioChange(object sender, Phidget22.Events.VoltageRatioInputVoltageRatioChangeEventArgs e) { //when the sensor d...