Pin Naming Duet 2
-
Is there list of pin names for the duet 2 for use with the latest firmware? I am struggling to find the pin names for the pt100 daughter board and thermocouple daughter board.
-
-
@andornot It's these:
// SPI CS
spi.cs1
spi.cs2
spi.cs3
spi.cs4
spi.cs5, duex.cs5, exp.50
spi.cs6, duex.cs6, exp.9
spi.cs7, duex.cs7, exp.14
spi.cs8, duex.cs8, exp.19If you use the rrf config tool, you can get exemplar code by filling in the Heaters in the I/O mapping tab.
Ian
-
@droftarts thanks