Skip to content

Commit da6809b

Browse files
authored
Merge pull request #67 from caternuson/bus_conditionals
Fix SPI preproc guards
2 parents cb21cf5 + 4ccef6a commit da6809b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Adafruit_SPIDevice.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#include <Arduino.h>
2+
13
#if !defined(SPI_INTERFACES_COUNT) || \
24
(defined(SPI_INTERFACES_COUNT) && (SPI_INTERFACES_COUNT > 0))
35

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 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)
22

33

4-
This is a helper libary to abstract away I2C & SPI transactions and registers
4+
This is a helper libary to abstract away I2C & SPI transactions and registers
55

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

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Adafruit BusIO
2-
version=1.9.2
2+
version=1.9.3
33
author=Adafruit
44
maintainer=Adafruit <[email protected]>
55
sentence=This is a library for abstracting away UART, I2C and SPI interfacing

0 commit comments

Comments
 (0)