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
commit da6809b582
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,5 @@
#include <Arduino.h>
#if !defined(SPI_INTERFACES_COUNT) || \
(defined(SPI_INTERFACES_COUNT) && (SPI_INTERFACES_COUNT > 0))

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