d8adrvn / smart_sprinkler

Smart Sprinkler Controller Using Arduino and SmartThings
http://build.smartthings.com/projects/smartsprinkler/
Apache License 2.0
62 stars 56 forks source link

Status bugs when using pin13 as a pump #22

Closed d8adrvn closed 10 years ago

d8adrvn commented 10 years ago

I added some enhancements to improve status of the configurable pump. I need to go back and provide the same features to a pump that is hardware configured as pin13.

Also, turns out Pin13 is used for LED communications during the Arduino set up. There does not seem to be any performance issues created by the dual use. Even so, out of the abundance of caution, I am considering to move the pump down to pin 4

d8adrvn commented 10 years ago

Ok, all the status bugs are fixed. Pump code works pretty slick.

Still have the potential issue of pin13 conflict. I will address when Matt and I readdress overall pin roadmap for the project