itsmevjnk / Arduino-PS2X

Read a Playstation 2 Gamepad or Guitar Hero Controller using an Arduino. Now modified to support all platforms (hopefully).

Home Page:http://www.billporter.info/playstation-2-controller-arduino-library-v1-0/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Giới thiệu

Thư viện tay cầm PS2 dành cho mạch VIA Makerbot ESP32 Thư viện này giúp các bạn có thể sử dụng tay cầm PS2 cho mạch VIA Makerbot

Thư viện này là 1 bản sao thư viện tay cầm PS2 của 2 tác giả madsci1016MyArduinoLib được chỉnh sửa lại để sử dụng với mạch VIA Makerbot ESP32

Sử dụng thư viện PSX2 với mạch Makerbot BANHMI

Khởi tạo thư viện:

  while (error != 0) {
    delay(1000);// 1 second wait
    //setup pins and settings: GamePad(clock, command, attention, data, Pressures?, Rumble?) check for error
    error = ps2x.config_gamepad(PS2_CLK, PS2_CMD, PS2_SEL, PS2_DAT, pressures, rumble);
    Serial.print("#try config ");
    Serial.println(tryNum);
    tryNum ++;
  }

About

Read a Playstation 2 Gamepad or Guitar Hero Controller using an Arduino. Now modified to support all platforms (hopefully).

http://www.billporter.info/playstation-2-controller-arduino-library-v1-0/


Languages

Language:C++ 100.0%