swift-embedded-examples
swift-embedded-examples copied to clipboard
Serial (UART?) input
I've found that I'm able to print
via Swift on my esp32c*, but I cannot figure out how to read serial input.
Is this built into Swift at all, or do I need to drop into c calls?