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