Programmable-Air / Code

Arduino library for Programmable-Air
https://programmable-air.com
MIT License
48 stars 11 forks source link

Minor adjustment of basicFunctions in examples #16

Closed yu-mei closed 2 years ago

yu-mei commented 2 years ago

Hi Shrivastava,

I am new to programmable air, it is fantastic! There is a small bug and improvement in the example—basicFunctions.

  1. Serials.begin(9600) should be added in setup(), otherwise we cannot monitor anything.
  2. For the valves part, if you run the original program, it is confused that only Valve3 on between ventQuick() to setValve(1, OPEN); I think it is better to understand if you can add close all valves between them, then the phenomenon will be reasonable.

Best,