Search found 1 match
- Sun Dec 18, 2016 12:55 pm
- Forum: Flowcode V7
- Topic: Arduino UNO LED
- Replies: 1
- Views: 2084
Arduino UNO LED
In order to control the LED on the UNO, I need to control the D13 bit. However, the Output function apparently only recognizes the ATmega ports, and not the Arduino specific ones. If I use Port B bit 5 all is well. It would be more untuitive to use the Arduino specific names. Is this in some way pos...