Hello,
I just signed up with a user name however i can't create my project due to my missing phone number
The project's name is "Useging decayin reutrinos over a PN junction to reprogram the RTC"
in addition to those arduino code is as follows:
void setup() {
pinMode(2,INPUT);
Serial.begin(9600); //setup serial with 9600 baud rate
}
void loop () { //main loop
Serial.print(((digitalRead(2)) & 0xf)^((digitalRead(2)) & 0xf), HEX);
}
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I just signed up with a user name however i can't create my project due to my missing phone number
The project's name is "Useging decayin reutrinos over a PN junction to reprogram the RTC"
additionally the python code for RS232 is attached...
in addition to those arduino code is as follows:
void setup() {
pinMode(2,INPUT);
Serial.begin(9600); //setup serial with 9600 baud rate
}
void loop () { //main loop
Serial.print(((digitalRead(2)) & 0xf)^((digitalRead(2)) & 0xf), HEX);
}
"& 0xf" could be omitted as the dark matter can be lost within a 4-bit nibble
Last edit: Gökhan BAŞ 2025-03-07
and "HEX" keyword works since it includes a addition of 48 although it can be omitted
Last edit: Gökhan BAŞ 2025-03-07
Last edit: brett alexandre de carvalho 2025-06-23