From 8e21fab1ba22ba0a6ea569b9816878c8ed855f91 Mon Sep 17 00:00:00 2001 From: FTC Engineering Date: Thu, 14 Sep 2017 15:54:45 -0400 Subject: [PATCH] Updated Writing an I2C Driver (markdown) --- Writing-an-I2C-Driver.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Writing-an-I2C-Driver.md b/Writing-an-I2C-Driver.md index 3ad4cfe..ee2b46d 100644 --- a/Writing-an-I2C-Driver.md +++ b/Writing-an-I2C-Driver.md @@ -705,7 +705,7 @@ 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 what’s 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: * Hardware * Buy sensor