i'm working on a project that uses servo motors from adafruit and i've found a kernel that helps to manipulate them.
only problem is i know nothing about kernels.
i've downloaded it onto the pi using
Code: Select all
tar vfxz OccidentalisV02Kernel.tgzi thought i extracted it. seems like all the content is in a tmp folder in my working directory, but how do i go about manipulating the code? the tutorial says i should be able to find the files in /sys/class/rpi-pwm/pwm0/ but that can't be found.