Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

PJCzx
Copy link

@PJCzx PJCzx commented Mar 27, 2020

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
Copy link

@thijstriemstra thijstriemstra left a comment

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

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