News

Did you know that you can use Arduino to turn on an LED when you press a button? Well, it is true, you can do this! Leaving the joke aside, let me show how you can achieve this. You will need the ...
pinMode' is a built-in Arduino function that sets how a given I/O pin on the Arduino behaves - either input or output. In this case, we're telling the Arduino to use pin LED_BUILTIN (13) as an ...
This is a random oscillogram from D5 of Arduino Uno. During experiments, I powered my Arduino setup with a Li-ion 9V/600mAh USB battery. Quick note: Arduino UNO has three timers – D5-D6 on Timer 0 ...
Arduino Micro has some extra leds that it is tricky to programme. Like almost all Arduinos, has a built-in led – the green one on the left in the photo. And it has a pair of yellow leds – called TX ...
4 thoughts on “ 1D LED PONG, Arduino-Style ” Joshua says: December 15, 2023 at 10:40 pm That’s a fine idea for a game. Well done! 😃👍 ...