and "HEX" keyword works since it includes a addition of 48 although it can be omitted
"& 0xf" could be omitted as the dark matter can be lost within a 4-bit nibble
and HEX keyword works since it includes a addition of 48 although it can be omitted
"& 0xf" could not be omitted as the dark matter can be lost within a 4-bit nibble
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); }
additionally the python code for RS232 is attached...
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"