Updated Writing an I2C Driver (markdown)

FTC Engineering
2017-09-14 15:53:57 -04:00
parent 0eb3fb8e26
commit 60dda56d41

@ -704,7 +704,8 @@ Those are all the changes we need to make to the driver class in order to add th
``` ```
Now we have a very easy way for each OpMode to specify different settings depending on whats needed. Again, it may be sufficient to have the settings hard coded, but this provides a somewhat more elegant solution. Now we have a very easy way for each OpMode to specify different settings depending on whats needed. Again, it may be sufficient to have the settings hard coded, but this provides a somewhat more elegant solution.
Other Sensors
###Other Sensors
As stated before, the practical uses of this temperature sensor are limited for FTC use, but it does a good job of showing the basics of creating an I2C sensor driver and the intricate details associated with doing so. To recap, the basic outline of the process is as follows: As stated before, the practical uses of this temperature sensor are limited for FTC use, but it does a good job of showing the basics of creating an I2C sensor driver and the intricate details associated with doing so. To recap, the basic outline of the process is as follows:
* Hardware * Hardware
* Buy sensor * Buy sensor