int speakerPin = 1; void setup() { // put your setup code here, to run once: pinMode(speakerPin,OUTPUT); } void delayNs(int ns){ for(int i=0; i