m5stack / M5Stack

M5Stack Arduino Library
MIT License
1.19k stars 424 forks source link

SPI Advice #242

Open notpike opened 3 years ago

notpike commented 3 years ago

Hi,

I'm looking for advice on how to implement a CC1101 radio module so it shares the same SPI bus as the LCD and SD on the M5Stack. I'm working with the M5Stack Core (Black) and I'm able to use the CC1101 via SPI when I don't use the M5Stack library isn't being loaded. However when I try to use both CC1101 and the M5Stack libs at the same time I believe there's an SPI conflict. Not sure how or where to look but I would like to know if you had any advice on where to have both coexist.

Thanks! NotPike