particle-iot / particle-usb

A library for accessing Particle USB devices
Apache License 2.0
5 stars 1 forks source link

Add timeout option to high-level API methods #29

Closed sergeuz closed 4 years ago

sergeuz commented 4 years ago

This PR adds a timeout argument to all supported methods of the Device and CloudDevice classes. I tested all affected methods manually, since we don't have unit tests for the high-level API.