14. API - GPS Status LED

14.1. Regular Classes

The following classes are intended for general use with the devices they represent. All classes in this section are concrete (not abstract).

14.1.1. GPSStatusLED

class lannerpsp.GPSStatusLED(check_platform: bool = False)[source]

GPS Status LED.

Parameters:

check_platform (bool) – Set to True to check if the platform supports this feature. Defaults to False for better compatibility.

Raises:
off() None[source]

Set the GPS status LED display mode to off.

Example:

>>> gps_status_led = GPSStatusLED()
>>> gps_status_led.off()
Raises:
on() None[source]

Set the GPS status LED display mode to on.

Example:

>>> gps_status_led = GPSStatusLED()
>>> gps_status_led.on()
Raises:

Set the GPS status LED display mode to blink.

Example:

>>> gps_status_led = GPSStatusLED()
>>> gps_status_led.blink()
Raises:

14.2. Supported Platforms

The following platforms have been verified and confirmed to be supported: