This is the latest (main) BeagleBoard documentation. If you are looking for stable releases, use the drop-down menu on the bottom-left and select the desired version.

Function rc_dsm_is_new_data

Function Documentation

int rc_dsm_is_new_data(void)

This is a check to see if new data is available.

After new data is received this will return 1. It will return 0 as soon as any channel has been read by either rc_dsm_ch_raw or rc_dsm_ch_normalized.

Returns

returns 1 if new data is ready to be read by the user. otherwise returns 0