stm32-community / stm32-enc28j60

An ENC28J60 (cheap ethernet module) library for STM32 projects
63 stars 26 forks source link

Hardware CS handling #13

Open gdavid2 opened 3 months ago

gdavid2 commented 3 months ago

in the enc28j60.h file :

disableChip __HAL_SPI_DISABLE(hspi)

puts CS high (no asserted)

This change is in comment so people can update their driver without having to change their .ioc file.