Skip to content

Commit 3f2b231

Browse files
committed
Added headers into .ino files
1 parent a1dcca8 commit 3f2b231

File tree

4 files changed

+24
-0
lines changed

4 files changed

+24
-0
lines changed

libraries/MultiThreading/examples/BasicMultiThreading/BasicMultiThreading.ino

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/* Basic Multi Threading Arduino Example
2+
This example code is in the Public Domain (or CC0 licensed, at your option.)
3+
Unless required by applicable law or agreed to in writing, this
4+
software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
5+
CONDITIONS OF ANY KIND, either express or implied.
6+
*/
17
// Please read file README.md in the folder containing this example.
28

39
#if CONFIG_FREERTOS_UNICORE

libraries/MultiThreading/examples/Mutex/Mutex.ino

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/* Basic Multi Threading Arduino Example
2+
This example code is in the Public Domain (or CC0 licensed, at your option.)
3+
Unless required by applicable law or agreed to in writing, this
4+
software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
5+
CONDITIONS OF ANY KIND, either express or implied.
6+
*/
17
// Please read file README.md in the folder containing this example.
28

39
#define USE_MUTEX

libraries/MultiThreading/examples/Queue/Queue.ino

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/* Basic Multi Threading Arduino Example
2+
This example code is in the Public Domain (or CC0 licensed, at your option.)
3+
Unless required by applicable law or agreed to in writing, this
4+
software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
5+
CONDITIONS OF ANY KIND, either express or implied.
6+
*/
17
// Please read file README.md in the folder containing this example./*
28

39
#define MAX_LINE_LENGTH (64)

libraries/MultiThreading/examples/Semaphore/Semaphore.ino

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/* Basic Multi Threading Arduino Example
2+
This example code is in the Public Domain (or CC0 licensed, at your option.)
3+
Unless required by applicable law or agreed to in writing, this
4+
software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
5+
CONDITIONS OF ANY KIND, either express or implied.
6+
*/
17
// Please read file README.md in the folder containing this example.
28

39
#include <Arduino.h>

0 commit comments

Comments
 (0)