Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/loupeteam/Hammers
- Owner: loupeteam
- License: mit
- Created: 2021-10-05T16:43:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-19T18:01:26.000Z (11 months ago)
- Last Synced: 2024-08-02T14:05:15.992Z (5 months ago)
- Topics: ar-library
- Language: C
- Homepage:
- Size: 500 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-B-R - Hammers - Library source: Misc. utility functions. (Infrastructure / General purpose weapons)
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