Is it possible to run swift on arduino uno r3?

How can I run swift on arduino uno3?

Arduino uno3 is based on ATmega328P 8-bit microcontroller.
This target is not supported by Embedded Swift at this stage.

If you want to target that board, you can take a look at https://www.swiftforarduino.com but it is "its own Swift", not Embedded Swift.

1 Like