A password generator, on an Arduino!
What is an Arduino?
The Arduino Uno is a microcontroller board based on the ATmega328P. It has 14 digital input/output pins, 6 analog inputs, a 16 MHz quartz crystal, a USB connection, and a power jack. The Arduino Uno can be programmed using the Ard...
lilkittykat.hashnode.dev8 min read
Peyman
Hello, thanks for this topic. In this line, you write:
lcd.begin();
But this line is incorrect because you are using an I2C library. You should edit this line to:
lcd.init();