void setup() {
Serial.begin(115200);
Serial.print ("-");Serial.println(~(0b1110101001100000) + 1);
}
void loop() {
// put your main code here, to run repeatedly:
}void setup() {
Serial.begin(115200);
Serial.print ("-");Serial.println(~(0b1110101001100000) + 1);
}
void loop() {
// put your main code here, to run repeatedly:
}