Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/loupeteam/Hammers

AR Library with general tools - Every problem's a nail when you have the right hammer
https://github.com/loupeteam/Hammers

ar-library

Last synced: about 2 months ago
JSON representation

AR Library with general tools - Every problem's a nail when you have the right hammer

Awesome Lists containing this project

README

        

# Info
Library is provided by Loupe
https://loupe.team
[email protected]
1-800-240-7042

# Description
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

# Installation
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

## Licensing

This project is licensed under the [MIT License](LICENSE), including external components also licensed under the MIT License.

-crc16.c