It is an example working project to demonstrate the usage of the Button Debounce library.
If you really want to run this project you need the STM8S development board with a tact switch connecting between pin C3 and ground. However, I don't recommend buying the hardware just to run the example. The library is hardware and platform agnostic. It will work everywhere regardless of the hardware you use. The objective of this project is to show the actual working example of the library.
- Git version >= 2.0
- Small Device C Compiler version >= 3.9.0
- GNU Make
Simply clone this repository with submodules and make
$ git clone --recurse-submodules https://github.com/midnight-wonderer/button-debounce-example.git
$ cd button-debounce-example
$ make
Button Debounce is released under the MIT License.