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
- Committer:
- sgnezdov
- Date:
- 2017-08-04
- Revision:
- 27:60c12f3f3430
- Parent:
- 2:661c545d718e
File content as of revision 27:60c12f3f3430:
#pragma once #include "mbed.h" /** @file netstack.cpp */ /** initNetworkStack function is responsible for initialization of mbed OS network stack according to hardware configuration. @return NetworkInterface pointer on success or NULL on failure. */ NetworkInterface* initNetworkStack(uint8_t mac_addr[6]);