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

Simplify multi value properties sketch #65

Merged
merged 5 commits into from May 16, 2019

Conversation

mattiabertorello
Copy link
Contributor

Due to the feedback received, it necessary to change the multi value properties in some way more compliance to the Arduino style.
This type of initialization can be a solution
https://processing.org/reference/PVector.html
location = Location(latMov, lonMov);
instead
Loc = { .lat = latMov, .lon = lonMov };

@TravisBuddy
Copy link

Travis tests have failed

Hey @mattiabertorello,
Please read the following log in order to understand the failure reason.
It'll be awesome if you fix what's wrong and commit the changes.

TravisBuddy Request Identifier: 013f0ee0-76ec-11e9-baaa-abbb666ca5a5

@aentinger
Copy link
Collaborator

@mattiabertorello I've just noticed that this example has not been added to .travis.yml and is as a result not covered by the CI build. Please add MultiValue_example.ino to travis first.

Mattia Bertorello and others added 3 commits May 15, 2019 18:19
@mattiabertorello mattiabertorello merged commit 8acb151 into master May 16, 2019
@mattiabertorello mattiabertorello deleted the simplify-multivalue-sketch branch May 16, 2019 12:08
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.

None yet

3 participants