-
Notifications
You must be signed in to change notification settings - Fork 318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to use spi2 hw on atmega328pb? #496
Comments
There is only one SPI available on your uC. You can use SW SPI or you can share the one HW SPI with other devices. |
atmega328pb has 2 spi, 2 i2c, 2 uart |
for the device I am building I cannot use the normal spi0 pins (10,11,12,13) we must use spi1 (19, 22, 23, 24) for problems of use of the pwm. |
Oh, this my old lib, yes, you could update the code... |
thank you, |
I'm using an atmega328pb with arduino and I would like to use the spi2 to control an oled ssd1309 display, is it possible? or should I use the display in sw?
thank you
The text was updated successfully, but these errors were encountered: