We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5df9b79 commit 61ff5a0Copy full SHA for 61ff5a0
2 files changed
README.md
@@ -39,6 +39,10 @@ Notes:
39
40
- STM32duino does not use TinyUSB as the USB stack.
41
42
+## Known Issues
43
+
44
+See the [list of issues](https://github.com/jpconstantineau/BlueMicro_HID_Arduino_Library/issues) linked above.
45
46
# Examples
47
48
There are a number of examples you can use to start from. The following examples are very similar but are tailored to specific hardware.
library.properties
@@ -1,5 +1,5 @@
1
name=bluemicro_hid
2
-version=0.0.5
+version=0.0.6
3
author=Pierre Constantineau <jpconstantineau@gmail.com>
4
maintainer=Pierre Constantineau <jpconstantineau@gmail.com>
5
sentence=Creates a unified facade to both TinyUSB and nRF52 BlueFruit HID interfaces.
0 commit comments