Jelajahi Sumber

fix in readme

Jan Hoffmann 6 tahun lalu
induk
melakukan
9f9472ba2e
2 mengubah file dengan 1 tambahan dan 11 penghapusan
  1. 0 10
      Adafruit_BMP183_U.cpp
  2. 1 1
      README.md

+ 0 - 10
Adafruit_BMP183_U.cpp

@@ -189,11 +189,6 @@ void Adafruit_BMP183_Unified::readCoefficients(void)
   #endif
 }
 
-/**************************************************************************/
-/*!
-
-*/
-/**************************************************************************/
 int16_t Adafruit_BMP183_Unified::readRawTemperature()
 {
   #if BMP183_USE_DATASHEET_VALS
@@ -206,11 +201,6 @@ int16_t Adafruit_BMP183_Unified::readRawTemperature()
   #endif
 }
 
-/**************************************************************************/
-/*!
-
-*/
-/**************************************************************************/
 int32_t Adafruit_BMP183_Unified::readRawPressure()
 {
   #if BMP183_USE_DATASHEET_VALS

+ 1 - 1
README.md

@@ -7,7 +7,7 @@ This is a library for our Adafruit BMP183 SPI Barometric Pressure & Altitude Sen
 Pick one up today in the adafruit shop!
   * https://www.adafruit.com/products/1900
 
-These drivers use I2C to communicate, 2 pins are required to interface.
+These Sensors use SPI to communicate, 4 pins are required to interface
 
 Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit!