Skip to content

removed relatives call to Wire.h and SPI.h#13

Open
PJCzx wants to merge 6 commits into
sumotoy:masterfrom
PJCzx:master
Open

removed relatives call to Wire.h and SPI.h#13
PJCzx wants to merge 6 commits into
sumotoy:masterfrom
PJCzx:master

Conversation

@PJCzx

@PJCzx PJCzx commented Mar 27, 2020

Copy link
Copy Markdown

As mentionned in #7 issue

../SPI/SPI.h
and
../Wire/Wire.h

are now repalced by

SPI.h
and
Wire.h

#7

As mentionned in sumotoy#7 issue

../SPI/SPI.h
and
../Wire/Wire.h

are now repalced by

SPI.h
and
Wire.h

sumotoy#7
PJCzx added 5 commits March 27, 2020 14:31
Not 100% sur of how dirty this fix is, but according to this (source)[https://forum.arduino.cc/index.php?topic=353602.0] I added the following in the `gpio_expander header`
```
#ifndef NOT_AN_INTERRUPT
#define NOT_AN_INTERRUPT -1
#endif
```
Not 100% sur of how dirty this fix is, but according to this (source)[https://forum.arduino.cc/index.php?topic=353602.0] I added the following in the `gpio_expander header`
```
#ifndef NOT_AN_INTERRUPT
#define NOT_AN_INTERRUPT -1
#endif
```
Added  MAXSPISPEED test if not defined

@thijstriemstra thijstriemstra left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ping @sumotoy can this be merged?

@vladimir-aubrecht

Copy link
Copy Markdown

Hi @Ironicster / @sumotoy, do you think you could merge this PR? 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants