im making a (linux) kernel driver for my raspberry pi to handle my oled display
what is bit-banging?
bit banging is the proccess of manually using software to communicate with hardware (manually turning gpio pins on and off according to a certai…
im making a (linux) kernel driver for my raspberry pi to handle my oled display
what is bit-banging?
bit banging is the proccess of manually using software to communicate with hardware (manually turning gpio pins on and off according to a certain communication protocol)
so basically - im creating a display driver while having the soul functionality of turning a gpio pin on/off
ai used for learning the i2c protocol & help me recompile the linux kernel to support rust modules




