Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 1.38 KB

README.md

File metadata and controls

13 lines (11 loc) · 1.38 KB

ebl-arduino

Automatically exported from code.google.com/p/ebl-arduino

Event-Based Library for Arduino

  • AdvancedSerial - Serial communication library with a C# .Net client. Usage
  • AnalogEvent - Event handler to listen for analog changes. Usage
  • ButtonEvent - Event handler for analog and digital buttons. Usage
  • LedControl - Asynchronous led controller. Usage
  • Properties - Data storage handler. Usage
  • RTCTimedEvent - Event scheduler based on real time clocks, like unix cron scheduler. Usage
  • TimedEvent - Event scheduler based on time intervals. Usage

P.S.: These modules are outdated and I don't think it will work with newer versions of Arduino's API or boards. I can try to help someone interested in get them working, but I don't have the newers boards to test it.