File tree Expand file tree Collapse file tree 4 files changed +24
-0
lines changed
libraries/MultiThreading/examples Expand file tree Collapse file tree 4 files changed +24
-0
lines changed Original file line number Diff line number Diff line change
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
+ */
1
7
// Please read file README.md in the folder containing this example.
2
8
3
9
#if CONFIG_FREERTOS_UNICORE
Original file line number Diff line number Diff line change
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
+ */
1
7
// Please read file README.md in the folder containing this example.
2
8
3
9
#define USE_MUTEX
Original file line number Diff line number Diff line change
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
+ */
1
7
// Please read file README.md in the folder containing this example./*
2
8
3
9
#define MAX_LINE_LENGTH (64 )
Original file line number Diff line number Diff line change
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
+ */
1
7
// Please read file README.md in the folder containing this example.
2
8
3
9
#include < Arduino.h>
You can’t perform that action at this time.
0 commit comments