We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41ed662 + 3107fcb commit 6c0e55cCopy full SHA for 6c0e55c
.github/workflows/compile-examples.yml
@@ -48,7 +48,7 @@ jobs:
48
libraries: |
49
# Install the library from the local path.
50
- source-path: ./
51
- - source-url: https://github.com/facchinm/USBHostMbed5.git
+ - name: Arduino_USBHostMbed5
52
sketch-paths: |
53
- examples
54
enable-deltas-report: true
examples/Beginner/Audio_Playback/Audio_Playback.ino
@@ -6,8 +6,10 @@
6
*/
7
8
#include <Arduino_AdvancedAnalog.h>
9
+
10
+#include <Arduino_USBHostMbed5.h>
11
12
#include <DigitalOut.h>
-#include <USBHostMbed5.h>
13
#include <FATFileSystem.h>
14
15
AdvancedDAC dac1(A12);
0 commit comments