balena-io-hardware/fin-coprocessorFirmata-sw

Decode PORT -> digitalWrite() function

Closed this issue · 0 comments

Firmata Protocol uses 8-bit PORTs and masks to define pin locations in older version of digitalWrite(). EFM32 uses 16-bit ports so a encoder/decoder is needed to maintain the standard.