Skip to content

Releases: nthnn/Anomalia

Anomalia - Arduino Encapsulated Event Library

01 Jul 14:56
Compare
Choose a tag to compare

The Anomalia library is an Arduino library designed to provide a flexible and efficient framework for handling anomaly events in your Arduino projects. It allows you to define events, specify conditions, and execute corresponding actions when those events occur. With Anomalia, you can easily monitor various system states, detect anomalies, and respond accordingly, enhancing the reliability and functionality of your Arduino applications. The library provides a powerful framework for handling events and anomalies in your Arduino projects. By defining events, specifying conditions, and executing actions, you can monitor system states and respond to anomalies effectively.

Features

  • Simple and intuitive API for defining events and actions.
  • Flexible event condition and value retrieval functions.
  • Pre-event and event functions for executing actions before and after an event.
  • Efficient event checking mechanism.
  • Lightweight and optimized for Arduino platforms.