Compare commits

..

No commits in common. "master" and "V1.0.0" have entirely different histories.

2 changed files with 1 additions and 9 deletions

View file

@ -1,4 +1 @@
# Libs_SequentMicrosystems
Supported Boards:
- RTD Data Acquisition 8-Layer Stackable HAT for Raspberry Pi (https://sequentmicrosystems.com/products/rtd-data-acquisition-card-for-rpi)
# Libs_SequentMicrosystems

View file

@ -41,11 +41,6 @@ namespace Libs_SequentMicrosystems
throw new IOException($"Fail to communicate with the RTD card with message: \"{e.Message}\"");
}
if (val < 0)
{
val = 0;
}
return val;
}