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