imranahmed
Advanced Member level 3
- Joined
- Dec 4, 2011
- Messages
- 822
- Helped
- 3
- Reputation
- 6
- Reaction score
- 3
- Trophy points
- 1,298
- Location
- Karachi,Pakistan
- Activity points
- 6,530
Please let me know that I want to display value "345632" using Arduino Mega2560 with 6 digits 7 segment display.
I programmed successfully but it cannot display value greater than 65535.
I used int type to store value and tried long type but no effect.
Which data type I use for store "345632" this value?
I programmed successfully but it cannot display value greater than 65535.
I used int type to store value and tried long type but no effect.
Which data type I use for store "345632" this value?