nickgammon / SendOnlySoftwareSerial

Arduino library for sending (only) of serial data
31 stars 13 forks source link

6 digits #5

Closed Pierretherenard closed 2 years ago

Pierretherenard commented 2 years ago

I am trying to send 6 digits between 2 Attiny85 but unless I am doing it wrong, it stops a 5 digits (uint16_t). Will it be possible to go to uint32_t?

Thank you