Skip to content
This repository was archived by the owner on Sep 22, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 561 Bytes

Assignment 1.md

File metadata and controls

17 lines (12 loc) · 561 Bytes

Assignment 1

Task 1

Write an Arduino program to count the number of times a button is pressed and display the count value in binary format using 3 LEDs.

Task 2

Write an Arduino program to make an LED blink with the level of brightness and the time delay entered as follows:

100 5000

where the LED must blink every 5000 ms at a brightness level of 100.

Links