Skip to content

Commit

Permalink
add spi include file
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiequan committed Jun 2, 2014
1 parent 825d8d0 commit b190d42
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified UART_Bridge.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion examples/I2CSELFTEST/I2CSELFTEST.ino
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include <Wire.h>
#include <SC16IS750.h>
#include <string.h>

#include <SPI.h>

SC16IS750 i2cuart = SC16IS750(SC16IS750_PROTOCOL_I2C,SC16IS750_ADDRESS_AD);

Expand Down

0 comments on commit b190d42

Please sign in to comment.