Skip to content

Commit

Permalink
1.05
Browse files Browse the repository at this point in the history
  • Loading branch information
arpruss committed Jan 22, 2022
1 parent b52e78e commit 58b23df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions USBHID.h
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,9 @@ class HIDJoystick : public HIDReporter {
void begin(void);
void end(void);
void button(uint8_t button, bool val);
void buttons(uint32_t b) {
joyReport.buttons = b;
}
void X(uint16_t val);
void Y(uint16_t val);
void position(uint16_t x, uint16_t y);
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=USBComposite for STM32F1
version=1.02
version=1.05
author=Various
email[email protected]
sentence=USB HID / MIDI / mass storage / Audio library for STM32F1
Expand Down

0 comments on commit 58b23df

Please sign in to comment.