Why does this code produce an error (in sensor read) when it recieves a serial input? Do I have to "clear" the outputs or something? https://pastebin.com/R2TJ2J0V
— What is function
— Hello
— Asking me?
— Int main() { int n=10; *number=n; Function(*number); }
And function definition- void Function(int *x) { *x=5; }