gamelaster / ArduinoGamepad

A GamePad HID library for Arduino Pro Micro/Leonardo (ATMega32u4)
87 stars 21 forks source link

uint8_t in readme #2

Open bartbal opened 5 years ago

bartbal commented 5 years ago

In the readme the setters for the axes all expect an uint8_t but that should be an int8_t.