eae3138658816c047ae42f6e7d1f53ab024e1160
Library for the GY-521 Breakboard
Compiling the library
This library depends on the wiringPi library. Make sure to install it first (sudo apt-get install wiringpi
but often it's preinstalled on raspbian).
- Compile the library by typing
make
in the projects root. - Copy the
libgy521.so
file to/usr/lib
and thelibgy521.h
header file to/usr/include
. - In case of an error run
ldconfig
to detect the new library - have fun :)
Documentation
Description
Languages
C
98.2%
Makefile
1.8%