Rewriting a code to to effeciency problems, and I cannot get Serial.printIn to work.
Is it because there is stuff I'll be adding at a later date just sitting in there?
error: expected constructor, destructor, or type conversion before ';' token
yield();
^
exit status 1
'class HardwareSerial' has no member named 'printIn'
WARNING: library Scheduler claims to run on [sam architecture(s) and may be incompatible with your current board which runs on samd] architecture(s).
C:\Users\TERRAN~1\AppData\Local\Temp\cc7pNMN2.s: Assembler messages:
C:\Users\TERRAN~1\AppData\Local\Temp\cc7pNMN2.s:46: Error: constant value required
exit status 1
Error compiling.
And as for the yield(); error, forgot to close with a bracket