diff options
| author | hathach <[email protected]> | 2018-08-23 15:19:23 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-08-23 15:22:16 +0700 |
| commit | abbaa0e8e25a247a3a429d2ca6f31a8a6521e6ba (patch) | |
| tree | 73a0e85153c86aab337cc806d695f7dbc0b6d3ef | |
| parent | b350d8a0869c13d241ac5e7ae84ab77081bad114 (diff) | |
add libary.properties for arduino compatible
| -rw-r--r-- | library.properties | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/library.properties b/library.properties new file mode 100644 index 000000000..65f80e6d0 --- /dev/null +++ b/library.properties @@ -0,0 +1,10 @@ +name=tinyusb +version=0.0.0 +author=hathach +maintainer=hathach <[email protected]> +sentence=Silly USB stack for Embbeded +paragraph=Silly USB stack for Embbeded +category=Communication +url=https://github.com/hathach/tinyusb +architectures=* +includes=tusb.h |
