I am aware that you cannot use pins 0 and 1 as digital pinouts when communicating over serial via serial.print(), but what if you are using the native port on the due with serialUSB.write()?
Thanks
1 Answer 1
Yes, you can use 0/1 while using the native USB. The two are completely separate.
answered Mar 22, 2018 at 22:23