SOFTWARE DRIVERS FOR SENSORS AND ACTUATORS

Many sensors and actuators operate using communication protocols that runs over the GPIO pins, for example, I2C and SPI. These sensors and actuators generally require a software driver running on the robot that converts our “human readable” requests into the string of bit that needs to be written-to and read-from the pins of the serial interface.

This section of the wiki documents the class that we have developed for: