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

problem with constructor of cpp and h files #77

Merged
merged 2 commits into from
May 29, 2018

Conversation

jaba17
Copy link
Contributor

@jaba17 jaba17 commented May 28, 2018

there was a problem with the Parameters of the constructor of the JArduino.cpp and the JArduino.h

In the examples the Baudrate was passed to the c++ and Header file, but there isn't a constructor with such properties

The examples don't work with JArduino::init_JArduino(uint16_t baud = 9600), but they work with this constructor without parameters
The examples don't work with JArduino::init_JArduino(uint16_t baud = 9600), but they work with this constructor without parameters
@brice-morin brice-morin merged commit 43fa474 into SINTEF-9012:master May 29, 2018
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