johnnyb / Eventually

A library for event-based programming to make Arduino programming more fun and intuitive
MIT License
190 stars 41 forks source link

Add EvtPinListener that accepts targetValue #4

Closed BenJenkinson closed 5 years ago

BenJenkinson commented 7 years ago

I've added another constructor for EvtPinListener so that targetValue can be set to LOW

Fixes #3

BenJenkinson commented 5 years ago

Hi @johnnyb, what do you think of the PR?