Quote:
|
Originally Posted by Mark McLeod
In user_routines.c you’ll see this example line close to the end:
Code:
User_Mode_byte = backup_voltage*10; /* so that decimal doesn't get truncated. */
You can also set the following variables anywhere before a putdata() - User_Byte1
- User_Byte2
- User_Byte3
- User_Byte4
- User_Byte5
- User_Byte6
So for example: User_Byte1 = 123;
|
where is user_routines.c though, i found the file on my comp but i cant open it with wnything. is that what u ment or is it a part of easyc or something