research application on sending data to headend

Dependencies:   DataStore JobScheduler NetworkServices W5500Interface nanopb protocol

See "main.cpp" documentation on "API Documentation" tab for details about application.

Committer:
sgnezdov
Date:
Fri Aug 11 19:07:20 2017 +0000
Revision:
28:7214f7806526
Parent:
19:40f5bcec121e
fixed compilation bug

Who changed what in which revision?

UserRevisionLine numberNew contents of line
sgnezdov 1:eebe442fc126 1 #include "jobTestPrint.h"
sgnezdov 1:eebe442fc126 2
sgnezdov 1:eebe442fc126 3 #include "mbed-trace/mbed_trace.h"
sgnezdov 1:eebe442fc126 4 #define TRACE_GROUP "jtp"
sgnezdov 1:eebe442fc126 5
sgnezdov 1:eebe442fc126 6 void JobTestPrint::Run() {
sgnezdov 19:40f5bcec121e 7 tr_info("Job Test Print - does nothing");
sgnezdov 1:eebe442fc126 8 }