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