void write_adc_byte(byte data_byte, byte number_of_bits) {
byte i ;
Thanks-
Sophi
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
Posted: Thu Jun 23, 2005 6:40 pm
It's an alias for "int", which is an 8-bit unsigned integer in CCS.
It's defined in the .H file for your PIC. For example, 16F877.H
contains this line:
Code:
#define BYTE int
Look in this folder to find the .H file for your PIC:
c:\Program Files\Picc\Devices
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum