Data Processing
Optimised left and right shifting of `uint32_t` up to 31 places.
As of AVR-GCC 14.2.0, the code produced for unsigned 32-bit shifts with a *compile time shift distance* is very poor when using -O2 or -O3.
Maintainer: Andrew Bancroft
This library is compatible with all architectures so you should be able to use it on all the Arduino boards.
To use this library, open the Library Manager in the Arduino IDE and install it from there.