We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I need T-RGB to work as slave with Raspberry PI (PI as a master)
But I need one single output pin on T-RGB as an interrupt for communication slave->master (to trigger RPI to read slave)
I don't plan to use SD card ... I see that ESP_SD_MISO is connected to GPIO38 ... is it safe to pluck that pin from the SD card slot and use it?
Thanks, B
The text was updated successfully, but these errors were encountered:
It is possible to use it that way because the board only has one SPI device. If you use it this way, be careful not to damage the PCB.
Sorry, something went wrong.
No branches or pull requests
Hi,
I need T-RGB to work as slave with Raspberry PI (PI as a master)
But I need one single output pin on T-RGB as an interrupt for communication slave->master (to trigger RPI to read slave)
I don't plan to use SD card ... I see that ESP_SD_MISO is connected to GPIO38 ... is it safe to pluck that pin from the SD card slot and use it?
Thanks,
B
The text was updated successfully, but these errors were encountered: