- Hello
- as a beginner I am not shure how the pins in a program shuld be named.
- Example code:
- // Use software SPI: CS, DI, DO, CLK
- Adafruit_MAX31865 max = Adafruit_MAX31865(10, 11, 12, 13);
- What should I write:
- Adafruit_MAX31865 max = Adafruit_MAX31865(P10, P11, P12, P13); (par example)
- or only
- Adafruit_MAX31865 max = Adafruit_MAX31865(10, 11, 12, 13); ?
- Is there a hardware spi (at which pins)? In addition to I2C, which I also need.
- Thank in advance
- bmw-freak
how to name gpio-pins
how to name gpio-pins
Who is online
Users browsing this forum: Bing [Bot] and 142 guests