Closed as not planned
Description
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()