top of page
Code me
​

#include "oxygen.h"

​

int inspiration;

​

void setup {}

(

inspiration = randomSeed;

)

​

void loop {int}

(

breathe_in.oxygen;

delay(15);

breathe_out.oxygen;

delay(15);

inspiration++;

createFromOut(inspiration, out);

digitalWrite(12, out);

)

bottom of page