Download the eChook Arduino Code
Downloading Libraries

Downloading the eChook Code

Last updated
There are two aspects to the eChook code - the code itself, and any code libraries that the main code references. The eChook code is dependent on one library called "Bounce2", which is used to debounce the switch inputs.
Download the Bounce2 library with the built-in Arduino IDE libraries manager:

If the install button isn't visible, you may need to make the app fullscreen or enlarge the side panel.
The Bounce2 library is used in the eChook code to debounce button inputs.
The eChook code is hosted on GitHub. Download the latest version from the link below and extract it to a suitable working directory, for example: ...\My Documents\eChook.

Last updated