Open fadiaburaid opened 4 years ago
I use spi in my project. You can use it as an example https://github.com/bokolob/tracker/blob/06031a7c42dfbbece5f73f1c55427009deb97990/lis3dsh.py#L161
I use spi in my project. You can use it as an example https://github.com/bokolob/tracker/blob/06031a7c42dfbbece5f73f1c55427009deb97990/lis3dsh.py#L161
Thanks for your help. So I can assign the pins for software SPI even though they are not SPI pins.
I have software i2c either 💯
I am trying to use mfrc522 RFID reader with the A9g.
I have found this Micropython class https://github.com/wendlers/micropython-mfrc522 It only supports WiPy, LoPy ,FiPy and ESP8266. I know there is support for software SPI on A9g.
I assume I have to do changes on the class to get this to work. Can you please advice me on changes ?
On read.py
On mfrc522.py