ソースを参照

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',
],
}

読み込み中…
キャンセル
保存