Just a brute-force look-up-table bit-reverse for 8-bit words. I'm using it to control a SSP device that has LSB-first bit ordering via SPI which is MSB-first

Dependents:   Adafruit-GP9002-Grayscale-VFD-Library

Just a 256 byte table to allow for reversing the order of the bits in a byte with a simple lookup operation.

History

First commit default tip

2016-05-09, by oliverb [Mon, 09 May 2016 09:21:23 +0000] rev 0

First commit