Browse Source

initial dds package spec

main
John Robinson 3 years ago
parent
commit
df93a8a010
No known key found for this signature in database
2 changed files with 16 additions and 0 deletions
  1. +7
    -0
      library.json5
  2. +9
    -0
      package.json5

+ 7
- 0
library.json5 View File

@@ -0,0 +1,7 @@
{
name: 'sd',
uses: [
'teensy/core-4.1',
'teensy/sdfat',
],
}

+ 9
- 0
package.json5 View File

@@ -0,0 +1,9 @@
{
name: 'teensy-sd',
version: '1.2.2',
namespace: 'teensy',
depends: [
'teensy-spi^1.0.0',
'teensy-sdfat^2.0.0',
],
}

Loading…
Cancel
Save