Tell us about yourself!
- Tightwad commented on TresNaa's instructable $10 Quick Shifter! Kazeshifter Arduino Adjustable Quick Shifter
- Tightwad commented on Carlos_Almeida's instructable Gear Indicator for Automotive Applications- Programming and PrototypingView Instructable »
This type of indicator is for motorcycle shifting, which is done via up or down shifting alone.
- Tightwad followed The King of Random
Fairly new to Arduino and I am trying to understand why you have/need:Serial.begin(9600); Serial.println("initializing");For this project. I am reviewing the code to try and understand what each part does. Additionaly I am confused about:lcd.setCursor(16,0); lcd.print(char(4)); lcd.setCursor(14,2); lcd.print(char(4));As both references for the setCursor location are outside the bounds of the 16x2 LCD (min would be 0,0 and max 15,1). I'd appreciate any feedback!