Enigmatheatre / HomeSeer_Arduino_Plugin

This is to house parts of a plugin allowing integration of Arduino Boards with the Home Automation program Homeseer
3 stars 0 forks source link

Removing extra pin reads #10

Closed Enigmatheatre closed 10 years ago

Enigmatheatre commented 10 years ago

Removed a few near-sequential pin reads to reduce the chances of missing a state change due to one value being read for the compare, then a different one being stored.