byte


byte \ Language (API) \ Wiring ALPHA 1.0 Search wiring.org.co: Language (A-Z) \ Libraries \ Environment \ Learning \ Hardware Reference for Wiring version 0027+. If you have a previous version, use the reference included with your software. If you see any errors or have any comments, let us know. Name byte Examples // declare variable "a" of type byte byte a; // assign "a" the value 23 a = 23; // declare variable "b" and assign it the value 128 byte b = 128; // declare variable "c" and assign it the sum of "a" and "b" byte c = a + b; Description Data type for bytes, 8 bits of information storing numerical values from 0 to 255. Bytes are a convenient datatype for sending information to and from the serial port and for representing letters in a simpler format than the char datatype. byte is equivalent to unsigned char. Syntax byte var byte var = value Parameters var variable name referencing the value value a number between 0 and 255 Usage Application Related charunsigned charintunsigned intlongunsigned longfloatdouble Updated on September 17, 2010 12:33:48pm PDT Wiring is an open project initiated by Hernando Barragán. It is developed by a small team of volunteers. © Info, Processing © Info

Wyszukiwarka

Podobne podstrony:
byte
function xml get current byte index
function xml get current byte index
java lang Byte
Byte
DocFlavor BYTE ARRAY
Byte
function xml get current byte index
byte
byte
Byte
byte
Service Mode Philips Chassis L01 1E AB byte
When Java Was One Threats From Hostile Byte Code
DocFlavor BYTE ARRAY
Byte
byte

więcej podobnych podstron