This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
teensy-audio
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
initial dds package spec
dds
John Robinson
3 years ago
parent
1676464f7b
commit
38e56bc00c
No known key found for this signature in database
1 changed files
with
12 additions
and
0 deletions
Split View
Show Diff Stats
+12
-0
package.json5
+ 12
- 0
package.json5
View File
@@ -0,0 +1,12 @@
{
name: 'audio',
version: '1.3.0',
namespace: 'teensy',
depends: [
'teensy/core-4.1^1.0.0',
'teensy/wire^1.0.0',
'teensy/spi^1.0.0',
'teensy/serial-flash^1.0.0',
'teensy/sd^1.2.2',
],
}
Write
Preview
Loading…
Cancel
Save