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

fixes #4 by parameterising interrupt and reset pins #5

Closed
wants to merge 2 commits into from

Conversation

trullock
Copy link

Fixed misleading comments
Fixed initSensor parameter comments
Made reset and int pins parameterisable
Set them to defaults which actually work

@trullock
Copy link
Author

submitted from master. closing and will reopen from correct branch

@trullock trullock closed this Nov 18, 2019
@aahr
Copy link

aahr commented Nov 18, 2019

Thanks a lot.
FYI:
I now have an error when compiling the Euler script, but didnt have time yet to check details:

libraries\NineAxesMotion\NineAxesMotion.cpp.o (symbol from plugin): In function `_delay(unsigned int)':

(.text+0x0): multiple definition of `RESET_PIN'

sketch\Euler.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here

libraries\NineAxesMotion\NineAxesMotion.cpp.o (symbol from plugin): In function `_delay(unsigned int)':

(.text+0x0): multiple definition of `INT_PIN'

sketch\Euler.ino.cpp.o (symbol from plugin):(.text+0x0): first defined here

collect2.exe: error: ld returned 1 exit status

@trullock
Copy link
Author

Yeah my bad, pushed up a cocked up version, see the new PR
#6

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.

2 participants