USU-Robosub / Poseidon

USU's third-generation autonomous submarine
http://usub.cs.usu.edu
17 stars 0 forks source link

Change Hardware Connection Promise to Callback #226

Closed TekuConcept closed 6 years ago

TekuConcept commented 7 years ago

The socket js object returns promises that are resolved when peripherals connects to and disconnects from the JS server. This need to be changed to be event driven with callbacks.