remove debugging, bump to 1.0.0 for a release that includes SPI

This commit is contained in:
ladyada 2019-05-18 03:16:36 -04:00
parent e2237ec32c
commit f1d3b87620
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -1,5 +1,5 @@
name=Adafruit BusIO
version=0.0.3
version=1.0.0
author=Adafruit
maintainer=Adafruit <info@adafruit.com>
sentence=This is a library for abstracting away UART, I2C and SPI interfacing