This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
teensy-irremote
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
initial dds package & library specs
main
John Robinson
3 years ago
parent
043e0bd066
commit
b233694e2d
No known key found for this signature in database
2 changed files
with
14 additions
and
0 deletions
Split View
Show Diff Stats
+6
-0
library.json5
+8
-0
package.json5
+ 6
- 0
library.json5
View File
@@ -0,0 +1,6 @@
{
name: 'irremote',
uses: [
'teensy/core-4.1',
],
}
+ 8
- 0
package.json5
View File
@@ -0,0 +1,8 @@
{
name: 'teensy-irremote',
version: '2.3.3',
namespace: 'teensy',
depends: [
'teensy-core-4.1^1.0.0',
],
}
Write
Preview
Loading…
Cancel
Save