소스 검색

initial dds package & library specs

main
John Robinson 3 년 전
부모
커밋
b233694e2d
No known key found for this signature in database
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',
],
}

Loading…
취소
저장