void setup() {
// put your setup code here, to run once:
volatile char*dir_c;
*dir_c=0x27;
*dir_c=0xFF;
}
void loop() {
// put your main code here, to run repeatedly:
volatile char*out;
out=0x28;
*out=0x1;
}
void setup() {
// put your setup code here, to run once:
volatile char*dir_c;
*dir_c=0x27;
*dir_c=0xFF;
}
void loop() {
// put your main code here, to run repeatedly:
volatile char*out;
out=0x28;
*out=0x1;
}