Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

c++ Question!

Status
Not open for further replies.

Iawia

Member
I am reading a book on the Arduino by Maik Schmidt.

In order to debounce his buttons, he refers to a library Bounce.h, which compiles perfectly.

My bit is that I can not find any info about the functions in the library, either on the web or in the book. He simply expects us to use the functions like button.update() without knowing exactly what it is doing. Is there a repository for c++ libraries that I can refer to in order to clarify function capability and definition?

Thanks
 
Hello,

When I do a search on Google for "bounce.h", the first link it returns is https://www.arduino.cc/playground/Code/Bounce ...

The site has a download link for the header file.

Furthermore, if you compiled the example successfully then the file "bounce.h" ought to be on your disk (else, it would raise an error not finding the file). In the "include" directory.
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top