Closed amclain closed 4 years ago
Resolves #82.
This PR fixes the dialyzer error that was happening with the Layout.t typespec. I've updated the typing of float in Key.t and LED.t to number to accommodate integers as well.
Layout.t
float
Key.t
LED.t
number
Resolves #82.
This PR fixes the dialyzer error that was happening with the
Layout.t
typespec. I've updated the typing offloat
inKey.t
andLED.t
tonumber
to accommodate integers as well.