浏览代码

initial dds package & library specs

main
John Robinson 3 年前
父节点
当前提交
b233694e2d
找不到此签名对应的密钥
共有 2 个文件被更改,包括 14 次插入0 次删除
  1. +6
    -0
      library.json5
  2. +8
    -0
      package.json5

+ 6
- 0
library.json5 查看文件

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

+ 8
- 0
package.json5 查看文件

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

正在加载...
取消
保存