Proper use of resetAsync()
I had been using the subject method reset the sensor wanting to make sure loggers are all cleared, accelerometers stopped; basically wanting to make sure the next round of testing is done with a 'clean' board. It's overkill and teardown() seems to suit the task better. That said, my question is: what does it mean that the resetAsync() method "issues a firmware reset to the board" eg. is there a reboot process that takes place and so a time interval before the board can be connected to again? When is it appropriate to use that method?
This discussion has been closed.
Comments
resetAsync, otherwise, calltearDown.tearDowndoes exactly what it says in its comment, which does not mention anything about sensors.