Skip to content

ubieda/zephyr_button_debouncing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Zephyr Project - Button Debouncing Sample

About

This repository contains a basic sample with working button debouncing code. The button module Tracks Edge-Interrupts with Minimum Cooldown to discard bouncing upon button actuation.

This sample is part of the article written about Button Debouncing, developed for Golioth.

Try this sample

  • Clone this repository at the same level of the zephyr directory.
  • Issue the build command with a compatible board: west build -b nrf52840dk_nrf52840 zephyr_button_debouncing
  • Program the target: west flash --erase
  • View the console output using the serial terminal of your choice: screen /dev/ttyACM0 115200

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published