File tree Expand file tree Collapse file tree 14 files changed +123
-25
lines changed Expand file tree Collapse file tree 14 files changed +123
-25
lines changed Original file line number Diff line number Diff line change 1
- // The MIT License (MIT)
2
- // Copyright (c) 2019 Ha Thach for Adafruit Industries
1
+ /* ********************************************************************
2
+ Adafruit invests time and resources providing this open source code,
3
+ please support Adafruit and open-source hardware by purchasing
4
+ products from Adafruit!
5
+
6
+ MIT license, check LICENSE for more information
7
+ Copyright (c) 2019 Ha Thach for Adafruit Industries
8
+ All text above, and the splash screen below must be included in
9
+ any redistribution
10
+ *********************************************************************/
3
11
4
12
/* This sketch demonstrates USB Mass Storage and HID mouse (and CDC)
5
13
* - Enumerated as disk using on-board external flash
Original file line number Diff line number Diff line change 1
- // The MIT License (MIT)
2
- // Copyright (c) 2019 Ha Thach for Adafruit Industries
1
+ /* ********************************************************************
2
+ Adafruit invests time and resources providing this open source code,
3
+ please support Adafruit and open-source hardware by purchasing
4
+ products from Adafruit!
5
+
6
+ MIT license, check LICENSE for more information
7
+ Copyright (c) 2019 Ha Thach for Adafruit Industries
8
+ All text above, and the splash screen below must be included in
9
+ any redistribution
10
+ *********************************************************************/
3
11
4
12
/* This sketch demonstrates USB Mass Storage and HID mouse (and CDC)
5
13
* - Enumerated as 8KB flash disk
Original file line number Diff line number Diff line change 1
- // The MIT License (MIT)
2
- // Copyright (c) 2019 Ha Thach for Adafruit Industries
1
+ /* ********************************************************************
2
+ Adafruit invests time and resources providing this open source code,
3
+ please support Adafruit and open-source hardware by purchasing
4
+ products from Adafruit!
5
+
6
+ MIT license, check LICENSE for more information
7
+ Copyright (c) 2019 Ha Thach for Adafruit Industries
8
+ All text above, and the splash screen below must be included in
9
+ any redistribution
10
+ *********************************************************************/
3
11
4
12
#include " Adafruit_TinyUSB.h"
5
13
Original file line number Diff line number Diff line change 1
- /* The MIT License (MIT)
2
- * Copyright (c) 2019 Ha Thach for Adafruit Industries
3
- */
1
+ /* ********************************************************************
2
+ Adafruit invests time and resources providing this open source code,
3
+ please support Adafruit and open-source hardware by purchasing
4
+ products from Adafruit!
5
+
6
+ MIT license, check LICENSE for more information
7
+ Copyright (c) 2019 Ha Thach for Adafruit Industries
8
+ All text above, and the splash screen below must be included in
9
+ any redistribution
10
+ *********************************************************************/
4
11
5
12
/* This example demonstrate HID Generic raw Input & Output.
6
13
* It will receive data from Host (In endpoint) and echo back (Out endpoint).
Original file line number Diff line number Diff line change 1
- // The MIT License (MIT)
2
- // Copyright (c) 2019 Ha Thach for Adafruit Industries
1
+ /* ********************************************************************
2
+ Adafruit invests time and resources providing this open source code,
3
+ please support Adafruit and open-source hardware by purchasing
4
+ products from Adafruit!
5
+
6
+ MIT license, check LICENSE for more information
7
+ Copyright (c) 2019 Ha Thach for Adafruit Industries
8
+ All text above, and the splash screen below must be included in
9
+ any redistribution
10
+ *********************************************************************/
3
11
4
12
#include " Adafruit_TinyUSB.h"
5
13
Original file line number Diff line number Diff line change 1
- // The MIT License (MIT)
2
- // Copyright (c) 2019 Ha Thach for Adafruit Industries
1
+ /* ********************************************************************
2
+ Adafruit invests time and resources providing this open source code,
3
+ please support Adafruit and open-source hardware by purchasing
4
+ products from Adafruit!
5
+
6
+ MIT license, check LICENSE for more information
7
+ Copyright (c) 2019 Ha Thach for Adafruit Industries
8
+ All text above, and the splash screen below must be included in
9
+ any redistribution
10
+ *********************************************************************/
3
11
4
12
#include " Adafruit_TinyUSB.h"
5
13
Original file line number Diff line number Diff line change 1
- // The MIT License (MIT)
2
- // Copyright (c) 2019 Ha Thach for Adafruit Industries
1
+ /* ********************************************************************
2
+ Adafruit invests time and resources providing this open source code,
3
+ please support Adafruit and open-source hardware by purchasing
4
+ products from Adafruit!
5
+
6
+ MIT license, check LICENSE for more information
7
+ Copyright (c) 2019 Ha Thach for Adafruit Industries
8
+ All text above, and the splash screen below must be included in
9
+ any redistribution
10
+ *********************************************************************/
3
11
4
12
/* This example demo how to expose on-board external Flash as USB Mass Storage.
5
13
* Following library is required
Original file line number Diff line number Diff line change 1
- // The MIT License (MIT)
2
- // Copyright (c) 2019 Ha Thach for Adafruit Industries
1
+ /* ********************************************************************
2
+ Adafruit invests time and resources providing this open source code,
3
+ please support Adafruit and open-source hardware by purchasing
4
+ products from Adafruit!
5
+
6
+ MIT license, check LICENSE for more information
7
+ Copyright (c) 2019 Ha Thach for Adafruit Industries
8
+ All text above, and the splash screen below must be included in
9
+ any redistribution
10
+ *********************************************************************/
3
11
4
12
/* This example exposes both external flash and SD card as mass storage
5
13
* using Adafruit_SPIFlash and SdFat Library
Original file line number Diff line number Diff line change 1
- // The MIT License (MIT)
2
- // Copyright (c) 2019 Ha Thach for Adafruit Industries
1
+ /* ********************************************************************
2
+ Adafruit invests time and resources providing this open source code,
3
+ please support Adafruit and open-source hardware by purchasing
4
+ products from Adafruit!
5
+
6
+ MIT license, check LICENSE for more information
7
+ Copyright (c) 2019 Ha Thach for Adafruit Industries
8
+ All text above, and the splash screen below must be included in
9
+ any redistribution
10
+ *********************************************************************/
3
11
4
12
#include " Adafruit_TinyUSB.h"
5
13
Original file line number Diff line number Diff line change 1
- // The MIT License (MIT)
2
- // Copyright (c) 2019 Ha Thach for Adafruit Industries
1
+ /* ********************************************************************
2
+ Adafruit invests time and resources providing this open source code,
3
+ please support Adafruit and open-source hardware by purchasing
4
+ products from Adafruit!
5
+
6
+ MIT license, check LICENSE for more information
7
+ Copyright (c) 2019 Ha Thach for Adafruit Industries
8
+ All text above, and the splash screen below must be included in
9
+ any redistribution
10
+ *********************************************************************/
3
11
4
12
#include " Adafruit_TinyUSB.h"
5
13
You can’t perform that action at this time.
0 commit comments