Skip to content

midnight-wonderer/button-debounce-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Button Debounce Example

What is it?

It is an example working project to demonstrate the usage of the Button Debounce library.

The hardware

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.

List of software prerequisites to compile the code

Build instructions

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

License

Button Debounce is released under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages