I need a coder

Job ID: 33480295

Budget: $10 – $30 USD

This is an Arduino project using tinkercard. I will need both the code and the circuit so I can run mine on my tinkercard. You are supposed to Program an Arduino Board connected with 3 LEDs connected to 3 different DIGITAL output pins, each LED blinking. LEDs should blink this sequence:
– 000, 001, 010,
Add 2 buttons to your project
– Adding buttons lab pdf provided
• Button 1:
– Pressing it once and releasing it should reverse the binary
counter
– Keeping it pressed should not do anything
• Button 2:
– Pressing it once and releasing it should increase the speed
of the binary counter
– The counter should have 3 speeds : slow, med, fast
– Button 2 should change the speed in this sequence:
• Slow, med, fast, med, slow, med, fast, med , slow …..