RIAEvangelist / node-phidget-API

Node.JS Phidget API supporting all phidgets!
Other
10 stars 7 forks source link

This closes # 18 . 'connected' is now firing when connected #19

Closed MaybeRex closed 9 years ago

MaybeRex commented 9 years ago

Added

 phidget.emit('connected');

to the connected function

RIAEvangelist commented 9 years ago

Might consider moving this to the last line of the function to improove reliability, but would need to test, this is just a hunch.