Skip to content

Commit ee5bc43

Browse files
committed
update example text
1 parent 281218e commit ee5bc43

File tree

14 files changed

+123
-25
lines changed

14 files changed

+123
-25
lines changed

examples/Composite/mouse_external_flash/mouse_external_flash.ino

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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+
*********************************************************************/
311

412
/* This sketch demonstrates USB Mass Storage and HID mouse (and CDC)
513
* - Enumerated as disk using on-board external flash

examples/Composite/mouse_ramdisk/mouse_ramdisk.ino

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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+
*********************************************************************/
311

412
/* This sketch demonstrates USB Mass Storage and HID mouse (and CDC)
513
* - Enumerated as 8KB flash disk

examples/HID/hid_composite/hid_composite.ino

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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+
*********************************************************************/
311

412
#include "Adafruit_TinyUSB.h"
513

examples/HID/hid_generic_inout/hid_generic_inout.ino

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
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+
*********************************************************************/
411

512
/* This example demonstrate HID Generic raw Input & Output.
613
* It will receive data from Host (In endpoint) and echo back (Out endpoint).

examples/HID/hid_keyboard/hid_keyboard.ino

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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+
*********************************************************************/
311

412
#include "Adafruit_TinyUSB.h"
513

examples/HID/hid_mouse/hid_mouse.ino

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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+
*********************************************************************/
311

412
#include "Adafruit_TinyUSB.h"
513

examples/MassStorage/msc_external_flash/msc_external_flash.ino

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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+
*********************************************************************/
311

412
/* This example demo how to expose on-board external Flash as USB Mass Storage.
513
* Following library is required

examples/MassStorage/msc_external_flash_sdfat/msc_external_flash_sdfat.ino

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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+
*********************************************************************/
311

412
/* This example exposes both external flash and SD card as mass storage
513
* using Adafruit_SPIFlash and SdFat Library

examples/MassStorage/msc_ramdisk/msc_ramdisk.ino

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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+
*********************************************************************/
311

412
#include "Adafruit_TinyUSB.h"
513

examples/MassStorage/msc_ramdisk_dual/msc_ramdisk_dual.ino

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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+
*********************************************************************/
311

412
#include "Adafruit_TinyUSB.h"
513

0 commit comments

Comments
 (0)