4b08e7ff715552cd25591b6a9385c641ecb4e86c
Replace WiringPi header files to the ODROID specific files - Note: To avoid unforeseen errors when working with Python Wrapper. Python Wrapper doesn't recognize the ODROID specific header files and its introduced functions, declarations. So just thought that fixing Python Wrapper is much more complicated than replacing the header files and it seems more suitable for the later updates. Fix messaging implicit declaration of core functions Fix collisions of functions/declarations by header files - Note: In each ODROID sources, the prefix '_' have to be added to the core functions in order to avoid the collisions that non-static function follows static function. This is because of importing "wiringPi.h" header file that has extern core functions which names the same as listed in each ODROID source code file. So the core functions that exported from here must have that prefix, and only to be assigned its pointer to the "libodroid" structure. Change-Id: Ia927c7946cfb6ca6ce3a02530936325e1acb0620
Note ==== This is an unofficial mirror of WiringPi to support ports (Python/Ruby/etc). Please do not email Gordon if you have issues, he will not be able to help. Pull-requests are not currently accepted, since this is a mirror. For support, comments, questions, etc please join the WiringPi Discord channel: https://discord.gg/SM4WUVG wiringPi README =============== Please note that the official way to get wiringPi is via git from git.drogon.net and not GitHub. ie. git clone git://git.drogon.net/wiringPi The version of wiringPi held on GitHub by "Gadgetoid" is used to build the wiringPython, Ruby, Perl, etc. wrappers for these other languages. This version may lag the official Drogon release. Pull requests may not be accepted to Github.... Please see http://wiringpi.com/ for the official documentation, etc. and the best way to submit bug reports, etc. is by sending an email to projects@drogon.net Thanks! -Gordon
Description
Languages
C
94.9%
TeX
3.1%
Roff
1.2%
Makefile
0.4%
Shell
0.2%
Other
0.2%