File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
<img src =" https://content.arduino.cc/website/Arduino_logo_teal.svg " height =" 100 " align =" right " />
2
2
3
- ` USBHostMbed5 `
3
+ ` Arduino_USBHostMbed5 `
4
4
==============
5
- [ ![ Compile Examples status] ( https://github.com/arduino-libraries/Arduino_USBHostMbed5 /actions/workflows/compile-examples.yml/badge.svg )] ( https://github.com/arduino-libraries/Arduino_USBHostMbed5 /actions/workflows/compile-examples.yml )
6
- [ ![ Spell Check status] ( https://github.com/arduino-libraries/Arduino_USBHostMbed5 /actions/workflows/spell-check.yml/badge.svg )] ( https://github.com/arduino-libraries/Arduino_USBHostMbed5 /actions/workflows/spell-check.yml )
7
- [ ![ Sync Labels status] ( https://github.com/arduino-libraries/Arduino_USBHostMbed5 /actions/workflows/sync-labels.yml/badge.svg )] ( https://github.com/arduino-libraries/Arduino_USBHostMbed5 /actions/workflows/sync-labels.yml )
8
- [ ![ Arduino Lint] ( https://github.com/arduino-libraries/Arduino_USBHostMbed5 /workflows/Arduino%20Lint/badge.svg )] ( https://github.com/arduino-libraries/Arduino_USBHostMbed5 /actions?workflow=Arduino+Lint )
5
+ [ ![ Compile Examples status] ( https://github.com/arduino-libraries/Arduino_Arduino_USBHostMbed5 /actions/workflows/compile-examples.yml/badge.svg )] ( https://github.com/arduino-libraries/Arduino_Arduino_USBHostMbed5 /actions/workflows/compile-examples.yml )
6
+ [ ![ Spell Check status] ( https://github.com/arduino-libraries/Arduino_Arduino_USBHostMbed5 /actions/workflows/spell-check.yml/badge.svg )] ( https://github.com/arduino-libraries/Arduino_Arduino_USBHostMbed5 /actions/workflows/spell-check.yml )
7
+ [ ![ Sync Labels status] ( https://github.com/arduino-libraries/Arduino_Arduino_USBHostMbed5 /actions/workflows/sync-labels.yml/badge.svg )] ( https://github.com/arduino-libraries/Arduino_Arduino_USBHostMbed5 /actions/workflows/sync-labels.yml )
8
+ [ ![ Arduino Lint] ( https://github.com/arduino-libraries/Arduino_Arduino_USBHostMbed5 /workflows/Arduino%20Lint/badge.svg )] ( https://github.com/arduino-libraries/Arduino_Arduino_USBHostMbed5 /actions?workflow=Arduino+Lint )
9
9
10
10
ARM Mbed5 USB Host library ported for [ ArduinoCore-mbed] ( https://github.com/arduino/ArduinoCore-mbed ) enabled boards.
11
11
Original file line number Diff line number Diff line change 12
12
13
13
#include < DigitalOut.h>
14
14
#include < FATFileSystem.h>
15
- #include < USBHostMbed5 .h>
15
+ #include < Arduino_USBHostMbed5 .h>
16
16
17
17
USBHostMSD msd;
18
18
mbed::FATFileSystem usb (" usb" );
Original file line number Diff line number Diff line change 12
12
This example code is in the public domain.
13
13
*/
14
14
15
- #include < USBHostMbed5 .h>
15
+ #include < Arduino_USBHostMbed5 .h>
16
16
#include < DigitalOut.h>
17
17
#include < FATFileSystem.h>
18
18
Original file line number Diff line number Diff line change 10
10
This example code is in the public domain.
11
11
*/
12
12
13
- #include < USBHostMbed5 .h>
13
+ #include < Arduino_USBHostMbed5 .h>
14
14
#include < DigitalOut.h>
15
15
#include < FATFileSystem.h>
16
16
Original file line number Diff line number Diff line change 1
1
#include < FATFileSystem.h>
2
- #include < USBHostMbed5 .h>
2
+ #include < Arduino_USBHostMbed5 .h>
3
3
4
4
#include < Arduino_Portenta_OTA.h>
5
5
Original file line number Diff line number Diff line change 1
- name =USBHostMbed5
1
+ name =Arduino_USBHostMbed5
2
2
version =0.0.2
3
3
author =Arduino
4
4
maintainer =Arduino <
[email protected] >
5
5
sentence =Porting mbed5 usbhost library
6
6
paragraph =Porting mbed5 usbhost library
7
7
category =Communication
8
- url =https://github.com/facchinm/USBHostMbed5
8
+ url =https://github.com/arduino-libraries/Arduino_USBHostMbed5
9
9
architectures =mbed,mbed_portenta,mbed_giga
File renamed without changes.
You can’t perform that action at this time.
0 commit comments