#define GPIO_BASE 0xD0000000
#define GPIO_CTRL_15 *(volatile uint32_t*(GPIO_BASE + 0x07C))
void setup() {
}
void loop() {
// put your main code here, to run repeatedly:
}
#define GPIO_BASE 0xD0000000
#define GPIO_CTRL_15 *(volatile uint32_t*(GPIO_BASE + 0x07C))
void setup() {
}
void loop() {
// put your main code here, to run repeatedly:
}