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

Doesn't complile on OSX #1

Open
jubyvictor opened this issue May 4, 2016 · 1 comment
Open

Doesn't complile on OSX #1

jubyvictor opened this issue May 4, 2016 · 1 comment

Comments

@jubyvictor
Copy link

Looks like the code wont compile on OSX because there are linux specific references like

include <linux/types.h> in i2cdev.h should be we including the linux/types.h as a extra header with a different name ? Not sure what else will break if we use that approach.

@corrupt
Copy link
Owner

corrupt commented May 10, 2016

Shouldn't be too hard to include an OSX header file conditionally if it exposes the same API. I don't have a mac though, can you point me to an OSX library?

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

No branches or pull requests

2 participants