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.
source/netstack.h@2:661c545d718e, 2017-07-13 (annotated)
- Committer:
- sgnezdov
- Date:
- Thu Jul 13 20:59:59 2017 +0000
- Revision:
- 2:661c545d718e
- Child:
- 27:60c12f3f3430
added W5500 network stack
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
sgnezdov | 2:661c545d718e | 1 | #pragma once |
sgnezdov | 2:661c545d718e | 2 | |
sgnezdov | 2:661c545d718e | 3 | #include "mbed.h" |
sgnezdov | 2:661c545d718e | 4 | |
sgnezdov | 2:661c545d718e | 5 | NetworkInterface* initNetworkStack(uint8_t mac_addr[6]); |