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