|
Edited by StaLeWaR29 at 2016-3-16 13:04
@WereCatf
I used in my code next fix
- #define PIN_RPM 7
- char clearPinRPM[80];
- sprintf (clearPinRPM, "%s %d", "gpio unexport ", PIN_RPM);
- system(clearPinRPM);
Copy code
anything more cleverly, I could not
it works now
|
|