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.
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.