Branch of Maxim's USBDevice library compatible with the LoRa example
Fork of USBDevice by
Revision 70:a6a6fc1676c4, committed 2020-08-07
- Comitter:
- walterluu
- Date:
- Fri Aug 07 00:49:39 2020 +0000
- Parent:
- 69:dad310740b28
- Commit message:
- Fixed for LoRa example
Changed in this revision
USBAudio/USBAudio.h | Show annotated file Show diff for this revision Revisions of this file |
USBHID/USBMouse.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/USBAudio/USBAudio.h Tue Sep 11 15:17:01 2018 +0300 +++ b/USBAudio/USBAudio.h Fri Aug 07 00:49:39 2020 +0000 @@ -25,7 +25,7 @@ #include "USBDevice_Types.h" #include "USBDevice.h" - +#include "USBSerial.h" /** * USBAudio example
--- a/USBHID/USBMouse.cpp Tue Sep 11 15:17:01 2018 +0300 +++ b/USBHID/USBMouse.cpp Fri Aug 07 00:49:39 2020 +0000 @@ -18,6 +18,7 @@ #include "stdint.h" #include "USBMouse.h" +#include "mbed.h" bool USBMouse::update(int16_t x, int16_t y, uint8_t button, int8_t z) { switch (mouse_type) {