void setup() {
// put your setup code here, to run once:
volatile char *dirf;
dirf=0x30;
*dirf=0xFF;
}
void loop() {
// put your main code here, to run repeatedly:
volatile char *outf;
outf=0x31;
*outf=0x01;
}
void setup() {
// put your setup code here, to run once:
volatile char *dirf;
dirf=0x30;
*dirf=0xFF;
}
void loop() {
// put your main code here, to run repeatedly:
volatile char *outf;
outf=0x31;
*outf=0x01;
}