[][src]Function avr_libc::set_position

pub unsafe extern "C" fn set_position(latitude: i32, longitude: i32)

Set the geographic coordinates of the 'observer', for use with several of the following functions. Parameters are passed as seconds of North Latitude, and seconds of East Longitude.

For New York City... \code set_position( 40.7142 * ONE_DEGREE, -74.0064 * ONE_DEGREE); \endcode