Skip to content

Indus Board control #4886

Closed as not planned
Closed as not planned
@abhayverma21

Description

@abhayverma21

IndusBoard.zip
Library to control sensor and built-in LED of Indus Board
Creator - Ashwini Kumar Sinha, Abhay Verma, Satywanti, Manjeet Vishwakarma
Link - https://indus.electronicsforu.com/
Keywords to control Indus Board sensor and LED:
// Control the built-in LED
Board.led("on");
delay(1000);
Board.led("off");
delay(1000);
Board.led(128); // Set brightness to 50%
delay(1000);
Board.readAll()

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions