Skip to content

Commit

Permalink
remove debugging, bump to 1.0.0 for a release that includes SPI
Browse files Browse the repository at this point in the history
  • Loading branch information
ladyada committed May 18, 2019
1 parent e2237ec commit f1d3b87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Adafruit_SPIDevice.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include <Adafruit_SPIDevice.h>
#include <Arduino.h>

#define DEBUG_SERIAL Serial
//#define DEBUG_SERIAL Serial

Adafruit_SPIDevice::Adafruit_SPIDevice(int8_t cspin, uint32_t freq, BitOrder dataOrder, uint8_t dataMode, SPIClass *theSPI) {
_cs = cspin;
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Adafruit BusIO
version=0.0.3
version=1.0.0
author=Adafruit
maintainer=Adafruit <[email protected]>
sentence=This is a library for abstracting away UART, I2C and SPI interfacing
Expand Down

0 comments on commit f1d3b87

Please sign in to comment.