20-101-0732 Rabbit Semiconductor, 20-101-0732 Datasheet - Page 92

no-image

20-101-0732

Manufacturer Part Number
20-101-0732
Description
INTERFACE SMART SCREEN OP7100
Manufacturer
Rabbit Semiconductor
Datasheet

Specifications of 20-101-0732

Module/board Type
Single Board Computer Module
For Use With/related Products
OP7100
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Other names
20-101-732
20-101-732
Common Programming Errors
92
Values for constants or variables out of range. Table A-1 lists accept-
able ranges for variables and constants.
Mismatched “types.” For example, the literal constant 3293 is of type
int (16-bit integer). However, the literal constant 3293.0 is of type
float. Although Dynamic C can handle some type mismatches,
avoiding type mismatches is the best practice.
Counting up from, or down to, one instead of zero. In software, ordinal
series often begin or terminate with zero, not one.
Confusing a function’s definition with an instance of its use in a listing.
Not ending statements with semicolons.
Not inserting commas as required in functions’ parameter lists.
Leaving out ASCII space character between characters forming a
different legal—but unwanted—operator.
Confusing similar-looking operators such as && with &,
== with =, and // with /.
Inadvertently inserting ASCII nonprinting characters into a source-code
file.
Troubleshooting
int
long int
float
char
Table A-1. Ranges of Dynamic C
Type
Function Types
–32,768 (–2
+32,767 (2
−2,147,483,648 (−2
+2147483647 (2
1.18 × 10
3.40 × 10
0 to 255
-38
38
Range
15
to
15
– 1)
) to
31
– 1)
31
) to
OP7100

Related parts for 20-101-0732