This driver is for the Teknikio Bluebird (https://www.teknikio.com/collections/parts/products/bluebird-1), and to provide easy usage of function.
Bluebird include the following sensors:
- ICM20600 : 3-axis accelerometer
- ICM20600 : 3-axis gyroscope
- ICM20600 : Thermometer
- NEOPIXEL 3535 : LED Pixel
- ALS : Ambiant light sensor
- SPEAKER
The Teknikio bluebird library makes use of a Adafruit's existing library for Neopixel and a seedstudio's existing library for ICM20600 and speaker.
BSD license, check license.txt for more information. All text above must be included in any redistribution
To download. click the DOWNLOAD ZIP button. Check that the Bluebird_Arduinio_Master folder contains Bluebird_Teknikio.cpp and Bluebird_Teknikio.h
Place the Bluebird_Teknikio library folder your arduinos/libraries/ folder. You may need to create the libraries subfolder if its your first library. Restart the IDE.