AirLift breakout LEDs

For CircuitPython issues, ask in the Adafruit CircuitPython forum.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
SJM_MCL
 
Posts: 8
Joined: Sun Apr 23, 2023 1:24 pm

AirLift breakout LEDs

Post by SJM_MCL »

Forgive me but I've been unable to find any examples of how to use the R,G & B LEDS on the AirLift breakout with Arduino. Can anyone please point me in the right direction.

User avatar
dastels
 
Posts: 15608
Joined: Tue Oct 20, 2015 3:22 pm

Re: AirLift breakout LEDs

Post by dastels »

See https://github.com/adafruit/WiFiNINA/bl ... src/WiFi.h. At the end is a method:

Code: Select all

 void setLEDs(uint8_t red, uint8_t green, uint8_t blue);
This will be on the WiFi object in your code after you include Wifi.h

Dave

User avatar
SJM_MCL
 
Posts: 8
Joined: Sun Apr 23, 2023 1:24 pm

Re: AirLift breakout LEDs

Post by SJM_MCL »

Perfect, thanks so much for replying.

Locked
Please be positive and constructive with your questions and comments.

Return to “Wireless: WiFi and Bluetooth”