ud23
Advanced Member level 3
hi thanx alexan sir good help on interrupt i have to ask one more thing you suggested me below logic for three seven segment
what should be logic for four seven segment display??
Code:
scale/1000; // this is the first digit
(scale % 1000)/100; // this is the second digit
(scale % 100)/10; // this is the decimal
what should be logic for four seven segment display??