Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
visus
/
teensy-irremote
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
initial dds package & library specs
main
John Robinson
3 anni fa
parent
043e0bd066
commit
b233694e2d
Non sono state trovate chiavi note per questa firma nel database
2 ha cambiato i file
con
14 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
+6
-0
library.json5
+8
-0
package.json5
+ 6
- 0
library.json5
Vedi File
@@ -0,0 +1,6 @@
{
name: 'irremote',
uses: [
'teensy/core-4.1',
],
}
+ 8
- 0
package.json5
Vedi 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…
Annulla
Salva