Ver código fonte

initial dds build specs

main
John Robinson 3 anos atrás
pai
commit
816732a90c
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
2 arquivos alterados com 22 adições e 0 exclusões
  1. +10
    -0
      library.json5
  2. +12
    -0
      package.json5

+ 10
- 0
library.json5 Ver arquivo

@@ -0,0 +1,10 @@
{
name: 'audio',
uses: [
'teensy/core-4.1',
'teensy/wire',
'teensy/serial-flash',
'teensy/sd',
'teensy/spi',
],
}

+ 12
- 0
package.json5 Ver arquivo

@@ -0,0 +1,12 @@
{
name: 'teensy-audio',
version: '1.3.0',
namespace: 'teensy',
depends: [
'teensy-core-4.1^1.0.0',
'teensy-wire^1.0.0',
'teensy-serial-flash^1.0.0',
'teensy-sd^1.2.2',
'teensy-spi^1.0.0',
],
}

Carregando…
Cancelar
Salvar