Skip to content

Ekidna/Arduino-Feedback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Arduino Feedback Library

A non-blocking user feedback library for Arduino based system.

Installation

Clone this library into Arduino/libraries.

Usage

Add the following line to your project.

#include "Feedback.h"

then, in the loop add

fb.Handle();

You can then call Feedback methods like fb.beep(3).

See Feedback.h for further documentation.

License

See LICENSE

About

Non-blocking Arduino user feedback (buzzers/LEDs) library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages