Skip to content

Arduino Buttons #16

@SlicedSilver

Description

@SlicedSilver

Use buttons wired directly to the Arduino. Uses standard button functions.

Ask for whether to use pullup resistor. Can choose custom pin option in arduino generation. then code will look like buttons[8] = 0; //Replace 0 with your custom code

e.g. buttons[8] = gpio.DigitalRead(1,14);

EDIT: Set pins in configuration page.

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions