瀏覽代碼

initial dds package spec

main
John Robinson 3 年之前
父節點
當前提交
9e536de1f6
沒有發現已知的金鑰在資料庫的簽署中
共有 2 個文件被更改,包括 14 次插入0 次删除
  1. +6
    -0
      library.json5
  2. +8
    -0
      package.json5

+ 6
- 0
library.json5 查看文件

@@ -0,0 +1,6 @@
{
name: 'spi',
uses: [
'teensy/core-4.1',
],
}

+ 8
- 0
package.json5 查看文件

@@ -0,0 +1,8 @@
{
name: 'teensy-spi',
version: '1.0.0',
namespace: 'teensy',
depends: [
'teensy-core-4.1^1.0.0',
],
}

Loading…
取消
儲存