PinDetect

Forks of PinDetect

A fork is a repository which is based on a copy of this repository.

The program converts input morse code to letters and prints them
Code for Tricia Fu's multi-tap text entry for automobiles hw2, idd2
PinDectect Lib
InterruptIn style DigitalIn debounced with callbacks for pin state change and pin state hold. debounce, DigitalIn, InterruptIn
PullDown to PullUp for KL25Z compatibility. debounce, DigitalIn, InterruptIn
Detecting changes in the state of particular pin
InterruptIn style DigitalIn debounced with callbacks for pin state change and pin state hold. debounce, DigitalIn, InterruptIn
Changed to add KL25Z.
InterruptIn style DigitalIn debounced with callbacks for pin state change and pin state hold. debounce, DigitalIn, InterruptIn
InterruptIn style DigitalIn debounced with callbacks for pin state change and pin state hold. debounce, DigitalIn, InterruptIn
pin detect library
InterruptIn style DigitalIn debounced with callbacks for pin state change and pin state hold. debounce, DigitalIn, InterruptIn
InterruptIn style DigitalIn debounced with callbacks for pin state change and pin state hold. debounce, DigitalIn, InterruptIn
Changed default PinMode from PullDown to PullDefault for compatibility with KL25Z debounce, DigitalIn, InterruptIn
PinDetect rework, removed the continuous sampling, using just irq, timers and pin state sequence. debounce, debouncing