void setup() {
Serial.begin(9600);
Serial.println(sizeof(int)); // Should print "2" for 2 bytes
}
void loop() {
// put your main code here, to run repeatedly:
}
void setup() {
Serial.begin(9600);
Serial.println(sizeof(int)); // Should print "2" for 2 bytes
}
void loop() {
// put your main code here, to run repeatedly:
}