Hello, I am using Raspberry Pi 3. I am not seeing my IO toggling.
does it have something to do with this?
#define BCM2708_PERI_BASE 0x20000000
#define GPIO_BASE (BCM2708_PERI_BASE + 0x200000) /* GPIO controller */
#define GPIO_LEN 0xB4 // need only to map B4 registers
if so, how to I fix it to work for Raspberry Pi 3?