Interface CC1000Control: /** * Tune the radio to a given frequency. Since the CC1000 uses a digital * frequency synthesizer, it cannot tune to just an arbitrary frequency. * This routine will determine the closest achievable channel, compute * the necessary parameters and tune the radio. * * @param The desired channel frequency, in Hz. * * @return The actual computed channel frequency, in Hz. A return value * of '0' indicates that no frequency was computed and the radio was not * tuned. */
command uint32_t TuneManual(uint32_t DesiredFreq); On 2/20/06, David Moss <[EMAIL PROTECTED]> wrote: > > Anybody have any component/module that will change the frequency of the > CC1000 radio on-the-fly? > > -david > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > > > _______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
