Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By javadhabibi
#82686 Hi, I want to use nodemcu using it's SPI interface.
https://github.com/nodemcu/nodemcu-firmware/tree/master/app/modules is a sample project. But i can't find out how to add SPI Module as a library to my nodemcu code on arduino IDE. I can't find spi.h beside spi.c
Please help me.
Thanks
User avatar
By schufti
#82823 either you want to use nodemcu firmware or arduino, they are different things!
If you want spi in your lua (nodemcu) you have to download a version with spi included.

if you want spi in arduino ide, look here or some of the plethora of libraries (display, sensor, ...) that utilize spi