[Arduino_Uno/atmega328p/Arduino_sound] Arduino Star Wars Song for PiezoNick James nicksort https://gist.github.com/nicksort/4736535arduino_sound.ino | |
Download (pzw)
View Online |
[Arduino_Uno/atmega328p/lode_runner] Library lcdgfx example: lode runner/* * Attiny85 PINS * ____ * RESET -|_| |- 3V * SCL (3) -| |- (2) * SDA (4) -| |- (1) - BUZZER * GND -|____|- (0) - BUTTONS module * * Atmega328 PINS with i2c SSD1306 to A4/A5, BUZZER on D8, * Z-keypad ADC module on A0 pin. * If you want to use GPIO keys, uncomment USE_GPIO_BUTTONS below * * Atmega328 PINS with spi Nokia 5110 LCD: * LCD RST to D3 * LCD CES to D4 * LCD DC to D5 * LCD DIN to D11 * LCD CLK to D13 * LCD BL to VCC */ Play using gamepad (analogic): Up: B button (mapped as computer keyboard "i" key) Right: A button (mapped as computer keyboard "l" key) Left: D button (mapped as computer keyboard "j" key) Down: C button (mapped as computer keyboard "k" key) lode_runner.ino | |
Download (pzw)
View Online |
[Arduino_Uno/atmega328p/Piano] Arduino PianoArduino Tutorial Mini Piano Visit the Channel for more interesting projects https://www.youtube.com/channel/UCks-9JSnVb22dlqtMgPjrlgpiano.ino | |
Download (pzw)
View Online |
[Franzininho_DIY/attiny85/Buzzer] Franzininho DIY - AVR LibC: Instrumento musical com BuzzerExemplos AVR Libc – Franzininho DIY do site Embarcados Link para o artigo e código: Instrumento musical com Buzzer | |
Download (pzw)
View Online |