xtacocorex / CHIP_IO

A CHIP IO library for Python: IO+PWM+SPWM+ADC+Utilities
MIT License
272 stars 60 forks source link

Extern integer definitions in the header file #70

Closed mzealey closed 7 years ago

mzealey commented 7 years ago

Integers are defined in both the .c and the common.h file leading to linking issues with the library when used externally and potentially causing issues within the code as well.