Sean Cherven

Results 4 issues of Sean Cherven

Arduino no longer handles inline functions the same. To make this code work, I had to add the following to the EggDuino.ino // Function prototypes void sendAck(void); void sendError(void); void...

I would like to see support for more sensors, such as a Flow Meter.

enhancement
proposal

Okay, I am trying to automatically refill my ATO Reservoir using 2 float switches. Lets call them "Float-Low" and "Float-High", for low level and high level sensors. - In ATO...

bug