Compare commits
No commits in common. "master" and "V1.0.0" have entirely different histories.
2 changed files with 1 additions and 9 deletions
|
@ -1,4 +1 @@
|
||||||
# Libs_SequentMicrosystems
|
# Libs_SequentMicrosystems
|
||||||
|
|
||||||
Supported Boards:
|
|
||||||
- RTD Data Acquisition 8-Layer Stackable HAT for Raspberry Pi (https://sequentmicrosystems.com/products/rtd-data-acquisition-card-for-rpi)
|
|
|
@ -41,11 +41,6 @@ namespace Libs_SequentMicrosystems
|
||||||
throw new IOException($"Fail to communicate with the RTD card with message: \"{e.Message}\"");
|
throw new IOException($"Fail to communicate with the RTD card with message: \"{e.Message}\"");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (val < 0)
|
|
||||||
{
|
|
||||||
val = 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
return val;
|
return val;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue