Working trigger + Spark recognition!!!
This commit is contained in:
@@ -11,6 +11,16 @@
|
||||
#include <channels.h>
|
||||
#include <devices.h>
|
||||
|
||||
void printTaskList() {
|
||||
char buffer[1024];
|
||||
|
||||
Serial.println("Task Name\tState\tPrio\tStack\tNum");
|
||||
|
||||
vTaskList(buffer);
|
||||
|
||||
Serial.println(buffer);
|
||||
}
|
||||
|
||||
void setup()
|
||||
{
|
||||
delay(250);
|
||||
@@ -108,11 +118,8 @@ void loop()
|
||||
uint32_t count(0);
|
||||
while (running)
|
||||
{
|
||||
//digitalWrite(POT_B_CS, HIGH);
|
||||
//delay(500);
|
||||
//LOG_INFO("Main Loop [", count++, "]");
|
||||
//digitalWrite(POT_B_CS, LOW);
|
||||
//delay(500);
|
||||
//printTaskList();
|
||||
delay(10000);
|
||||
}
|
||||
|
||||
if (trigA_TaskHandle)
|
||||
|
||||
Reference in New Issue
Block a user