graycatlabs / OSD335x-KiCad

OSD335x KiCad Library
9 stars 2 forks source link

NC and Reserved pins #5

Closed angst7 closed 8 years ago

angst7 commented 8 years ago

I've gone through and marked the NC pins as no_connect as per the datasheet, but there are also a set of reserved pins that the data sheet says should not be used externally to the device. Think I should just mark them no_connect as well?

alexanderhiam commented 8 years ago

Yeah, I think that makes sense, the ERC should yell at you if you try to use them in that case.

FYI I added you to the repos, so you should be able to push directly instead of needing a pull request.

angst7 commented 8 years ago

Oh, that makes things easier. Thanks!