Example #1
0
void periodic_2Hz_openlog(void) 	{
  timestamp=timestamp+500;
  DOWNLINK_SEND_TIMESTAMP(DefaultChannel, DefaultDevice, &timestamp);
}
Example #2
0
void periodic_2Hz_openlog(void)
{
  uint32_t timestamp = get_sys_time_msec();
  DOWNLINK_SEND_TIMESTAMP(DefaultChannel, DefaultDevice, &timestamp);
}