Replies: 1 comment 4 replies
-
|
I'm travelling at the moment. I think I have a WROOM module at home, but won't be able to test it for at least a week and a bit. The library in its current form uses the default SPI interface, which quite likely maps to the pins you've identified above. VSPI is likely the default SPI, depending on the Arduino core you're using. Assuming that's the case, the general approach to using the module via the library would be something like this: |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Please excuse me, it has been a while since I last delved in to newer libraries, but I am struggling to work out how I initiate and use this library to use it correctly.
I am using a WROOM module with the APS6404L.
Would it be possible to put up an example so that I may test, read and write, and otherwise access the package?
I am using the current pinout defines also:
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions