void setup()
{
Serial.begin(9600);
int a=10,b=5,c;
c=a/b;
Serial.print("div=");
Serial.print(c);
}
void loop(){}
GND5VSDASCLSQWRTCDS1307+