#include"mylib.h"
void setup() {
// put your setup code here, to run once:
myinit();
}
void loop() {
// put your main code here, to run repeatedly:
output();
delay (5000);
}
#include"mylib.h"
void setup() {
// put your setup code here, to run once:
myinit();
}
void loop() {
// put your main code here, to run repeatedly:
output();
delay (5000);
}