my first kernel module/driver!
using the bit-banging technique to control my i2c oled display on my raspberry pi
bitbanging is the technique of controling hardware components by manually turning gpio pins on/off according to a certain communication protocol (i2c\spi etc..)-
this project is a driver that controls an oled display that uses the i2c dta bus
just change the constants in i2c_basic_components.rs GPIO_SCL and GPIO_SDA to be your gpio pin number and recompile the program!
