#include "test1.h"
void setup() {
// put your setup code here, to run once:#
init_port();
}
void loop()
{
// put your main code here, to run repeatedly:
volatile long int i;
output(0x01);
for(i=0 ; i<99850; i++);
}
#include "test1.h"
void setup() {
// put your setup code here, to run once:#
init_port();
}
void loop()
{
// put your main code here, to run repeatedly:
volatile long int i;
output(0x01);
for(i=0 ; i<99850; i++);
}