This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
teensy-usbhost
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
add initial dds lib/pkg specs
main
John Robinson
3 years ago
parent
c4f5424be3
commit
f09dc4cd93
No known key found for this signature in database
2 changed files
with
16 additions
and
0 deletions
Unified View
Show Diff Stats
+7
-0
library.json5
+9
-0
package.json5
+ 7
- 0
library.json5
View File
{
name: 'usbhost',
uses: [
'teensy/core-4.1',
'teensy/elapsedmillis',
],
}
+ 9
- 0
package.json5
View File
{
name: 'teensy-usbhost',
version: '1.0.0',
namespace: 'teensy',
depends: [
'teensy-core-4.1^1.0.0',
'teensy-elapsedmillis^1.0.0',
],
}
Write
Preview
Loading…
Cancel
Save