Skip to content

Commit

Permalink
add getDeviceName
Browse files Browse the repository at this point in the history
  • Loading branch information
Q committed Jul 28, 2014
1 parent 2d80c38 commit ac4c4cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DMXPro.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ class DMXPro{

void shutdown(bool send_zeros = true);

std::string getDeviceName() { return mSerialDevicePath; }

private:

Expand Down

0 comments on commit ac4c4cd

Please sign in to comment.