openiolink / io-link-master-shield-hat-sw

Software for the IO-Link Master Shield/Hat for Arduino and Raspberry Pi
Apache License 2.0
25 stars 6 forks source link

copy paste error #40

Open gammeter opened 3 years ago

gammeter commented 3 years ago

https://github.com/openiolink/io-link-master-shield-hat-sw/blob/58e085c5427bc9502fb216f75dd0c3fc3e739adf/src/board/HardwareRaspberry.cpp#L99

I think the above mentioned line should use chip_1 instead of chip_0.

gammeter commented 3 years ago

This is a duplicate of #28

gammeter commented 3 years ago

28 says:

[...] after CS_chip1.init(...) there is a CS_chip0.set(false). But I think it should be CS_chip1.set(false);