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.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…