Skip to content

Commit

Permalink
Fix Library README files
Browse files Browse the repository at this point in the history
  • Loading branch information
mikee47 committed Dec 8, 2021
1 parent ced5237 commit c9ed151
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Sming/Libraries/.patches/Adafruit_BME280_Library/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Adafruit BME280 Library

[![Build Status](https://github.com/adafruit/Adafruit_BME280_Library/workflows/Arduino%20Library%20CI/badge.svg)](https://github.com/adafruit/Adafruit_BME280_Library/actions)[![Documentation](https://github.com/adafruit/ci-arduino/blob/master/assets/doxygen_badge.svg)](http://adafruit.github.io/Adafruit_BME280_Library/html/index.html)

<a href="http://www.adafruit.com/products/2652"><img src="https://raw.githubusercontent.com/adafruit/Adafruit_BME280_Library/master/assets/board.jpg" width="500"/></a>

This is a library for the Adafruit BME280 Humidity, Barometric Pressure + Temp sensor

Designed specifically to work with the [Adafruit BME280 Breakout](http://www.adafruit.com/products/2652).

Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit!

## About this Driver
Written by Ladyada for Adafruit Industries.

BSD license, check license.txt for more information

All text above must be included in any redistribution
12 changes: 12 additions & 0 deletions Sming/Libraries/.patches/Adafruit_BusIO.patch
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,15 @@ index 921030a..170dce3 100644

#endif // Adafruit_SPIDevice_h
-#endif // has SPI defined
diff --git a/README.md b/README.md
index 3fc8a1f..fba70bd 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,6 @@
-# Adafruit Bus IO Library [![Build Status](https://github.com/adafruit/Adafruit_BusIO/workflows/Arduino%20Library%20CI/badge.svg)](https://github.com/adafruit/Adafruit_BusIO/actions)
+# Adafruit Bus IO Library

+[![Build Status](https://github.com/adafruit/Adafruit_BusIO/workflows/Arduino%20Library%20CI/badge.svg)](https://github.com/adafruit/Adafruit_BusIO/actions)

This is a helper libary to abstract away I2C & SPI transactions and registers

0 comments on commit c9ed151

Please sign in to comment.