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

Arduino101Button

The Arduino101Button component lets users listen to events triggered by a button connected to a digital pin on the Arduino. The extension responds to voltage changes on the specified digital Pin and so can be used to respond to any hardware component that signals high/low based on some external phenomenon, such as a motion detector.

More links:

Properties

get Arduino101Button1 BluetoothDevice

set Arduino101Button1 BluetoothDevice  to

get Arduino101Button1 Pin

set Arduino101Button1 Pin  to

Methods

call Arduino101Button1 IsSupported

call Arduino101Button1 ReadButtonState

call Arduino101Button1 RequestButtonStateUpdates

call Arduino101Button1 StopButtonStateUpdates

Events

when Arduino101Button1 ButtonStateReceived Button_State do

when Arduino101Button1 Presseddo

when Arduino101Button1 Releaseddo