Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Arduino/Firmata device support #1039
Arduino/Firmata device support #1039
Changes from all commits
b7bf82f
76ae7b7
6c6b038
5a1c017
7b5e5c7
3500082
7f517fc
a67114d
bdd284f
45976f6
d45a6d4
80e5775
7aecd85
885010e
84f3ec1
e40340b
fde0791
f2bfaac
f50bfc1
39e1a5a
597f332
f008ff3
5367c9d
c40636d
a9e86c3
8e82b1a
42ec91f
5592834
9e93e49
981a081
0cfbb65
3a6fbfa
c1b4675
f62c701
8b80004
21d95f6
9a18c11
cae9a89
0059d40
fe5dc63
355fe6d
9662766
4123a77
8062ef9
26a4282
498961f
3228dda
700b7a3
fd1c144
736a038
abc7171
d5234e8
176694e
22b35ec
82d1321
d1654c8
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm a bit confused on what this does and when it's used. Why there is no event as part of this class?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This event is the link to the underlying transport connection and therefore binding-specific. The public event that you're looking for is in the base class. Forwarding takes place further down in
FirmataOnAnalogPinValueUpdated
. The base class has no direct knowledge about the source of the event.