JuliaBerry / SenseHat.jl

Julia package for the Raspberry Pi Sense HAT
Other
15 stars 12 forks source link

Fix sensor initialization on 64-bit OS #26

Closed christiangnrd closed 1 year ago

christiangnrd commented 1 year ago

When using the 64-bit version of Raspberry Pi OS, sensor initialization fails because the address passed to ioctl is not a Cint (ie. Int32).

Hopefully a new release could be made once this is merged.