247
edits
No edit summary  | 
				No edit summary  | 
				||
| Line 34: | Line 34: | ||
   void    |    void    | ||
   loop() {  |    loop() {  | ||
   // put your main code here, to run repeatedly:  |    // put your main code here, to run repeatedly:  | ||
   analogWrite(pump_out,  |    analogWrite(pump_out,  | ||
   0); // turn off the pump  |    0); // turn off the pump  | ||
   // make a for loop in order top blow up the balloon while ramping the motor  |    // make a for loop in order top blow up the balloon while ramping the motor  | ||
   for (int i =  |    for (int i =  | ||
   60; i <    |    60; i <    | ||
edits