You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We recently bought a raspberry Pi 2 B+model. We used to toggle pin state (gpio4) using gpio_set_value() kernel function but now in the pi2 it is not working.I read somewhere that the base address of gpio has been change from 0x20000000 to 0x3f0000000 and now the kernel function does not work.Could you please fix this.