Skip to content

Final project of Embedded Systems Design and Implementation in 2020-Spring @ NCTU

Notifications You must be signed in to change notification settings

kaiiiz/bt_keyboard_adapter_rpi

 
 

Repository files navigation

Embedded-Systems-Design-and-Implementation

Installation

Dependency:

  • xtrlock
  • pyserial
  • keyboard
$ sudo bash ./install.sh
$ sudo pip install .

Enable service:

$ sudo systemctl enable bt_keyboard_adapter_rpi
$ systemctl enable xtrlock --user

Developing

virtualenv:

$ poetry shell
$ poetry install

About

Final project of Embedded Systems Design and Implementation in 2020-Spring @ NCTU

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.9%
  • Shell 5.1%