SD Card Using SPI2

Working libraries, libraries being ported and related hardware
fpiSTM
Posts: 1944
Joined: Wed Dec 11, 2019 7:11 pm
Answers: 108
Location: Le Mans
Contact:

Re: SD Card Using SPI2

Post by fpiSTM »

bockesj wrote: Tue Sep 24, 2024 12:59 am
I modified the "pins_arduino.h" file located in folder
..\Arduino15\packages\STMicroelectronics\hardware\stm32\2.8.1\cores\arduino
You should avoid to change core's file. Next time you will update you will loose your change moreover it impact all other variants.
Simply use the API to change the pins:
https://github.com/stm32duino/Arduino_C ... tance-pins
Post Reply

Return to “Libraries & Hardware”