Library is provided by Loupe
https://loupe.team
[email protected]
1-800-240-7042
This library has a compilation of tools including:
-accumulate - Accumulates the delta of the input parameter.
-accumulate distance - Used to add a user defined amount to a distance with a user defined period.
-blink - Used to add blinking functionality to as digital output.
-mean - Used to calculate the mean of an array of data.
-standard deviation - Used to calculate the standard deviation of an array of data.
-scale analog input - Used to scale in integer analog input to a real.
-subtract with a rollover - Used to find difference in two numbers with a rollover taken into account.
-hamTempSensorFn - Used from user defined temperature warnings.
-crc_16 - Calculates the 16 bits Cyclic Redundancy Check.
-FastTON - Implements a switch on delay.
-Interval - Implements a periodic switch on delay.
-SimulationStatus - Used to return the simulation status of the processor.
For more documentation and examples, see https://loupeteam.github.io/LoupeDocs/libraries/hammers.html
To install using the Loupe Package Manager (LPM), in an initialized Automation Studio project directory run lpm install hammers
. For more information about LPM, see https://loupeteam.github.io/LoupeDocs/tools/lpm.html
This project is licensed under the MIT License, including external components also licensed under the MIT License.
-crc16.c