Parcourir la source

initial dds build specs

main
John Robinson il y a 3 ans
Parent
révision
816732a90c
Aucune clé connue n'a été trouvée dans la base pour cette signature
2 fichiers modifiés avec 22 ajouts et 0 suppressions
  1. +10
    -0
      library.json5
  2. +12
    -0
      package.json5

+ 10
- 0
library.json5 Voir le fichier

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

+ 12
- 0
package.json5 Voir le fichier

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

Chargement…
Annuler
Enregistrer