Skip to content

Simple driver handling communication of system with GameControllerSTM32 via USB

License

Notifications You must be signed in to change notification settings

jul3x/GameControllerDriver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GameControllerDriver

Simple driver handling communication of system with GameControllerSTM32 via USB.

Dependencies

  • python3
  • libs provided in repository

Usage

Connect microcontroller with appropriate software (GameControllerSTM32) or any other that sends data via serial port in format P{fire_pressed}X{val_x}Y{val_y}Z{val_z}\r\n (fire_pressed - boolean, values from 0 to 255 - e.g. P0X231Y35Z64\r\n).

Change value of port_name in driver.py file to one used in your operating system.

Run python3 driver.py and enjoy steering Left, Right, Up, Down and Ctrl buttons using your own microcontroller.

About

Simple driver handling communication of system with GameControllerSTM32 via USB

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages