Merge pull request #67 from caternuson/bus_conditionals

Fix SPI preproc guards
This commit is contained in:
Carter Nelson
2021-09-28 15:24:13 -07:00
committed by GitHub
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -1,3 +1,5 @@
#include <Arduino.h>
#if !defined(SPI_INTERFACES_COUNT) || \
(defined(SPI_INTERFACES_COUNT) && (SPI_INTERFACES_COUNT > 0))
+1 -1
View File
@@ -1,7 +1,7 @@
# 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
This is a helper libary to abstract away I2C & SPI transactions and registers
Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit!
+1 -1
View File
@@ -1,5 +1,5 @@
name=Adafruit BusIO
version=1.9.2
version=1.9.3
author=Adafruit
maintainer=Adafruit <info@adafruit.com>
sentence=This is a library for abstracting away UART, I2C and SPI interfacing