We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef481f7 + 5073a1c commit fa5efeaCopy full SHA for fa5efea
examples/AnalogRead_DigitalRead/AnalogRead_DigitalRead.ino
@@ -2,7 +2,7 @@
2
#include <semphr.h> // add the FreeRTOS functions for Semaphores (or Flags).
3
4
// Declare a mutex Semaphore Handle which we will use to manage the Serial Port.
5
-// It will be used to ensure only only one Task is accessing this resource at any time.
+// It will be used to ensure only one Task is accessing this resource at any time.
6
SemaphoreHandle_t xSerialSemaphore;
7
8
// define two Tasks for DigitalRead & AnalogRead
0 commit comments