quangthanh010290 / keyboard_mouse_emulate_on_raspberry

Bluetooth Keyboard Mouse Emulator on Raspberry Pi
https://thanhlev.github.io/
MIT License
289 stars 98 forks source link

python3-rpi.gpio is also needed #13

Closed sy6sy2 closed 3 years ago

sy6sy2 commented 3 years ago

Thank you for this project! I've been looking for this for a while!

In my case the package python3-rpi.gpio was also needed 😉

quangthanh010290 commented 3 years ago

Hi @sy6sy2 , thank for your feedback, but GPIO package is not required for the keyboard and mouse. If your project need GPIO accessing, I think you should install it manually.

dstoc commented 3 years ago

There's an unused import here: https://github.com/quangthanh010290/keyboard_mouse_emulate_on_raspberry/blob/master/keyboard/send_string.py#L7