Hi all...
i am programming ATMEGA32 microcontroller and ATMEL STUDIO 6 for programming in my application.
in my application user enter 3 difference value which i have store in char variable.
At the end i combine this 3 value in one variable and compare it with predefine value. when i combine in one variable it automatically convert into decimal.
for example i have 3 variable named S1,S2,S3
user enter S1=2,S2=0,S3=9;
at end combine value in TOTAL variable which is INT.
TOTAL = (S3 | (S2...
Getting Decimal value instead of hex
i am programming ATMEGA32 microcontroller and ATMEL STUDIO 6 for programming in my application.
in my application user enter 3 difference value which i have store in char variable.
At the end i combine this 3 value in one variable and compare it with predefine value. when i combine in one variable it automatically convert into decimal.
for example i have 3 variable named S1,S2,S3
user enter S1=2,S2=0,S3=9;
at end combine value in TOTAL variable which is INT.
TOTAL = (S3 | (S2...
Getting Decimal value instead of hex