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

add simple HTS221, LSM303 and LSM6DSL examples #19

Merged
merged 1 commit into from
Jan 16, 2020

Conversation

raiden00pl
Copy link
Contributor

No description provided.

printf("IOCTL SNIOC_START failed %d\n", ret);
}

for (i = 0; 1; i++)
Copy link
Member

Choose a reason for hiding this comment

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

Is an infinite loop exactly what's wanted here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, at the moment these are just simple infinite read.

Copy link
Member

Choose a reason for hiding this comment

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

Will they be changed in the future?
If not, I'll turn them to for (; ; ) and merge, if you don't mind.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't have any plans for now. You can change them

@Ouss4 Ouss4 changed the base branch from master to pr19 January 16, 2020 19:13
@Ouss4 Ouss4 merged commit 9cc5893 into apache:pr19 Jan 16, 2020
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