#include "set_conf.h"
void setup() {
// put your setup code here, to run once:
init_port();
}
void loop() {
// put your main code here, to run repeatedly:
volatile char out;
out = 0x04;
output(out);
}
#include "set_conf.h"
void setup() {
// put your setup code here, to run once:
init_port();
}
void loop() {
// put your main code here, to run repeatedly:
volatile char out;
out = 0x04;
output(out);
}