-
Notifications
You must be signed in to change notification settings - Fork 31
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
Support manufacturer-specific parameters #47
Open
TimMJN
wants to merge
33
commits into
mathertel:master
Choose a base branch
from
TimMJN:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
ff45034
Update rdm.h
TimMJN 6fce9a3
implement parameters
TimMJN 120aa1c
move into dir
TimMJN 779518c
integrate sensors example
TimMJN 33b380d
Update RDMSerialRecv.ino
TimMJN 206e07b
Create RDMSerialRecvParameter.ino
TimMJN 1b629b0
Update RDMSerialRecvParameter.ino
TimMJN c95a9c2
Update RDMSerialRecvSensor.ino
TimMJN 89330b8
Update RDMSerialRecv.ino
TimMJN b676b51
Update DMXSerial2.h
TimMJN 7a04e00
Update src/DMXSerial2.cpp
TimMJN 7f5dc82
Update src/DMXSerial2.cpp
TimMJN df16351
Update src/DMXSerial2.h
TimMJN d2678fc
Update src/DMXSerial2.h
TimMJN bde3c2a
Update src/DMXSerial2.h
TimMJN ee74c82
change WRITELONG to WRITEINT32
TimMJN d7e9214
Update src/DMXSerial2.h
TimMJN 121e625
Update src/DMXSerial2.h
TimMJN 2e6551a
Update src/DMXSerial2.h
TimMJN fb0c8e1
Update src/DMXSerial2.cpp
TimMJN 1081219
update nackReason for unknown manufacturer PID
TimMJN f4ed6d8
change parameterNr to parameterIndex, add pid to callback functions
TimMJN ec99b3e
support sensor (re)set, return 0x0000 for unsupported sensor functions
TimMJN 092aac0
bugfixes
TimMJN 8048876
added a catch for non-ascii characters in the device label
TimMJN e04ebe4
move _saveEEPRom after response has been sent
TimMJN b55fd58
Update src/DMXSerial2.h
TimMJN e05abdc
Update src/DMXSerial2.h
TimMJN 0c924d5
implement resetting all sensors
TimMJN 1b261ac
Merge branch 'master' of https://github.com/TimMJN/DmxSerial2
TimMJN 79f2c8c
Update RDMSerialRecvParameter.ino
TimMJN 05f46d9
correct terminilogy
TimMJN 3d5bacd
typo
TimMJN File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
implement resetting all sensors
- Loading branch information
commit 0c924d582294a178344e50b62afec89c5f774236
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
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.
We need to do something clever here if we're in 0xff mode. Ideally ANDing all the results, but obviously not the default initialisation...
Tracking failure would mean we could OR it I think.