Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 391 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 391 Bytes

2_INTERRUPTS_SAME_PUSHBUTTON

Generate two interrupts with a push button to toggle a led with the NUCLEO F401 BOARD.

This repository shows how to make a code to toggle a led with a push-button and interruptions with a rising/falling edge.

2_INTERRUPTS_SAME_PUSHBUTTON = CUBEMX report

NOTE: In addition we have to make a debounce circuit for the PC0 pin which is also in pull-up mode.