Hello all.
I am new to the whole Arduino thing.
I am monitoring voltage accross a transistor.
I have it showing the voltage on an LCD (#include <LiquidCrystal_I2C.h>). LiquidCrystal_I2C lcd(0x27,16,2);
Example
I want to plot a line that shows the voltage so if it drops the line can reflect it.
Do you have an ideal how to do this.
Thanks for your time I know you all are busy.
