Hi, About two years ago i made a program in c to count incoming pulses on a gpio pin. I used the poll function (with sysfs gpio) to wait for a pulse, every thing worked fine even with more than 1000 pules per second. Now when i try the same program on the new Raspberry PI 2 it does not work. It does...