ASNeG / OpcUaPiXtendServer

OPC UA PiXtend Server
Apache License 2.0
2 stars 1 forks source link

SPI percent mapping to analog signal is incorrect for negative values #49

Closed SmySmy closed 2 years ago

SmySmy commented 2 years ago

Fix PiXtendSpiHelper::percent2Analog

else if (value == 0) ==> else if (value <= 0)