tingbot / tingbot-python

🔩 Python APIs to write apps for Tingbot
Other
18 stars 9 forks source link

Add utility functions for peripherals and network connectivity #36

Closed furbrain closed 8 years ago

furbrain commented 8 years ago

This PR addresses issue #33, and also provides functions to detect mouse keyboard or joystick presence.

joerick commented 8 years ago

Looks great @furbrain! Could we just change the return type of get_wifi_cell to return an object with property ssid - because I imagine we'll want to add signal strength to that object in the future.

furbrain commented 8 years ago

Ok, have updated to return an object with ssid, link_qualiy and signal_strength Also added tests

joerick commented 8 years ago

👍 Cracking!