Hallo Frank
Könnte es sein, dass Du da download falsch geschrieben hast
Versuche doch mit dem Internetbrowser einmal diese Seite aufzurufen:
https://downloads.arduino.cc/libraries/library_index.json
Das Ergebnis sollte in etwa so auf Deinem Bildschirm aussehen..
Code
- {
- "libraries": [
- {
- "name": "AudioZero",
- "version": "1.0.1",
- "author": "Arduino",
- "maintainer": "Arduino \u003cinfo@arduino.cc\u003e",
- "sentence": "Allows playing audio files from an SD card. For Arduino Zero only.",
- "paragraph": "With this library you can use the Arduino Zero DAC outputs to play audio files.\u003cbr /\u003eThe audio files must be in the raw .wav format.",
- "website": "https://www.arduino.cc/en/Reference/Audio",
- "category": "Signal Input/Output",
- "architectures": [
- "samd"
- ],
- "types": [
- "Arduino"
- ],
- usw...
Gruss, Daniel