* Removes `NeoPixel` in favor of the separate [NeoPixel library](https://github.com/adafruit/Adafruit_CircuitPython_NeoPixel).
* Adds `map_range`, `shift_in` and `shift_out` to match their Arduino counterparts `map`, `shiftIn` and `shiftOut` respectively. Thanks to asherlie and brentru for them!
Full change list [from 0.1.3](https://github.com/adafruit/Adafruit_CircuitPython_Register/compare/0.1.3...0.2.0).
To use in CircuitPython, download the .mpy file and copy it to the `lib` folder on the `CIRCUITPY` drive. Or, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).
Read the [docs](https://circuitpython.readthedocs.io/projects/simpleio/en/latest/) for info on how to use it.