14.11.2014 Views

P89LPC935 Microcontroller Tutorial - gmitWEB

P89LPC935 Microcontroller Tutorial - gmitWEB

P89LPC935 Microcontroller Tutorial - gmitWEB

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

C51 Data Types<br />

Data Type Bits Range<br />

bit 1 0,1<br />

unsigned char 8 0 to 255<br />

signed char 8 -128 to +127<br />

unsigned int 16 0 to 65535<br />

signed int 16 -32768 to +32767<br />

unsigned long 32 0 to 4294967296<br />

signed long 32 -2147483648 to + 2147483647<br />

sbit 1 0,1<br />

Diploma Project <strong>Tutorial</strong> 20

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!