Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. // Start the Server Transport for sending sensor data to CoAP Server over NB-IoT.
  2. //sensor_network::start_server_transport()
  3. //.expect("NET fail");
  4.  
  5. // Start polling the temperature sensor every 10 seconds in the background.
  6. app_sensor::start_sensor_listener()
  7. .expect("TMP fail");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement