You can find the results of your search below. If you didn't find what you were looking for, you can create or edit the page named after your query with the appropriate tool.
======short ======
====Description ====
A //short// is a 16-bit data-type.
On all Arduinos (ATMega and ARM based) a //short// stores a 16-bit (2-byte) value. This yields a range of -32,768 to 32,76... lue of (2^15) - 1). \\
====Example ====
[=short ledPin = 13;=]
====Syntax ====
[=short var = val;=]
*var - your short variable name
*val - the value you assign to that variable
====See
iki library source code example reference}}
===== short =====
short
2 Byte
signed: -32768 - 3... this for Windows */
int main(void)
{
printf("short: %d bytes\n", sizeof(short) );
return 0;
}
</c
====== nextShort() ======
<code java>
public short nextShort()
</code>
return short scanned from the inpu... scan = new Scanner(System.in);
short currency;
System.out.pri