Arduino 101

WARNING: This page is for archival purposes only. Some links may be broken, guides may be outdated, and software extensions for App Inventor may be old, resulting in non-functioning apps. For our latest IOT materials, please click here.

Archived

Arduino101Led

The Arduino LED component lets users control light-emitting diodes (LEDs) from their App Inventor projects. If the LED is plugged into a pin supporting pulse width modulation (PWM), then the LED’s brightness can be controlled by varying the Intensity property. TurnOn and TurnOff methods are used to control the power state of the LED.

More Links:

Properties

get Arduino101Led1 BluetoothDevice

set Arduino101Led1 BluetoothDevice  to

get Arduino101Led1 Intensity

set Arduino101Led1 Intensity  to

get Arduino101Led1 On

get Arduino101Led1 Pin

set Arduino101Led1 Pin  to

Methods

call Arduino101Led1 IsSupported

call Arduino101Led1 TurnOff

call Arduino101Led1 TurnOn